OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getByteAddress
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java
53
public static byte[]
getByteAddress
(BluetoothDevice device) {
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java
180
if (!connectA2dpNative(
getByteAddress
(device)) ) {
237
disconnectA2dpNative(
getByteAddress
(device));
259
disconnectA2dpNative(
getByteAddress
(device));
295
getByteAddress
(mTargetDevice));
342
if (!connectA2dpNative(
getByteAddress
(mTargetDevice))) {
487
if (!disconnectA2dpNative(
getByteAddress
(mCurrentDevice))) {
507
if (!disconnectA2dpNative(
getByteAddress
(device))) {
703
private byte[]
getByteAddress
(BluetoothDevice device) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
149
if (!connectPanNative(Utils.
getByteAddress
(device),
163
if (!disconnectPanNative(Utils.
getByteAddress
(device)) ) {
431
disconnectPanNative(Utils.
getByteAddress
(device));
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
278
if (!connectHfpNative(
getByteAddress
(device)) ) {
346
disconnectHfpNative(
getByteAddress
(device));
370
disconnectHfpNative(
getByteAddress
(device));
407
getByteAddress
(mTargetDevice));
464
if (!connectHfpNative(
getByteAddress
(mTargetDevice))) {
611
if (!disconnectHfpNative(
getByteAddress
(mCurrentDevice))) {
631
if (!disconnectHfpNative(
getByteAddress
(device))) {
642
connectAudioNative(
getByteAddress
(mCurrentDevice));
[
all
...]
Completed in 690 milliseconds