Home
last modified time | relevance | path

Searched refs:sBluetoothSocketInterface (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp84 static const btsock_interface_t* sBluetoothSocketInterface = NULL; variable
922 sBluetoothSocketInterface = in initNative()
925 if (sBluetoothSocketInterface == NULL) { in initNative()
1606 if (!sBluetoothSocketInterface) { in connectSocketNative()
1617 if (sBluetoothSocketInterface->connect((RawAddress*)addr, (btsock_type_t)type, in connectSocketNative()
1637 if (!sBluetoothSocketInterface) { in createSocketChannelNative()
1650 if (sBluetoothSocketInterface->listen((btsock_type_t)type, nativeServiceName, in createSocketChannelNative()
1665 if (!sBluetoothSocketInterface) { in requestMaximumTxDataLengthNative()
1675 sBluetoothSocketInterface->request_max_tx_data_length(addressVar); in requestMaximumTxDataLengthNative()