Hello
I want to receive the AT commands from my Bluetooth headset thru the HFP link.
I found this: https://developer.android.com/reference/android/bluetooth/BluetoothHeadset
In the unfiltered logs i see this command when pressing the button:
processVendorSpecificAt: unsupported command: +PTT=101,0
In the description :
VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY
The intent category to be used with ACTION_VENDOR_SPECIFIC_HEADSET_EVENT for the companyId
How to implement this in B4A?
Thanks in advance
Philip
I want to receive the AT commands from my Bluetooth headset thru the HFP link.
I found this: https://developer.android.com/reference/android/bluetooth/BluetoothHeadset
In the unfiltered logs i see this command when pressing the button:
processVendorSpecificAt: unsupported command: +PTT=101,0
In the description :
VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY
The intent category to be used with ACTION_VENDOR_SPECIFIC_HEADSET_EVENT for the companyId
How to implement this in B4A?
Thanks in advance
Philip