Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:HEADSET

33  * Public API for controlling the Bluetooth Headset Service. This includes both
34 * Bluetooth Headset and Handsfree (v1.5) profiles.
36 * <p>BluetoothHeadset is a proxy object for controlling the Bluetooth Headset
43 * <p> Android only supports one connected Bluetooth Headset at a time.
52 * Intent used to broadcast the change in connection state of the Headset
70 "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED";
90 "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED";
94 * Intent used to broadcast that the headset has posted a
128 "android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT";
135 "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD";
142 "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE";
186 "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_ARGS";
193 "android.bluetooth.headset.intent.category.companyid";
196 * Headset state when SCO audio is not connected.
204 * Headset state when SCO audio is connecting.
212 * Headset state when SCO audio is connected.
245 Log.e(TAG, "Could not bind to Bluetooth Headset Service");
274 Log.e(TAG, "Could not bind to Bluetooth Headset Service");
313 * headset/handsfree profile. The API will automatically disconnect connected
503 * recognition AT command to the headset and establishes the
517 * @param device Bluetooth headset
518 * @return false if there is no headset connected of if the
519 * connected headset doesn't support voice recognition
542 * @param device Bluetooth headset
543 * @return false if there is no headset connected
565 * @param device Bluetooth headset
584 * Get battery usage hint for Bluetooth Headset service.
588 * boot. This is a good indicator for spammy headset/handsfree units that
592 * @param device the bluetooth headset.
659 * Get the current audio state of the Headset.
701 * Initiates a connection of headset audio.
702 * It setup SCO channel with remote connected headset device.
706 * there is no connected headset
724 * Initiates a disconnection of headset audio.
725 * It tears down the SCO channel from remote headset device.
747 * Initiates a SCO channel connection with the headset (if connected).
796 * Notify Headset of phone state change.
818 * Notify Headset of phone roam state change.
839 * Send Headset of CLCC response
863 mServiceListener.onServiceConnected(BluetoothProfile.HEADSET, BluetoothHeadset.this);
870 mServiceListener.onServiceDisconnected(BluetoothProfile.HEADSET);