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.cpp69 static const btsock_interface_t* sBluetoothSocketInterface = NULL; variable
736 sBluetoothSocketInterface = in initNative()
739 if (sBluetoothSocketInterface == NULL) { in initNative()
1249 if (!sBluetoothSocketInterface) { in connectSocketNative()
1260 if (sBluetoothSocketInterface->connect((RawAddress*)addr, (btsock_type_t)type, in connectSocketNative()
1280 if (!sBluetoothSocketInterface) { in createSocketChannelNative()
1293 if (sBluetoothSocketInterface->listen((btsock_type_t)type, nativeServiceName, in createSocketChannelNative()
1308 if (!sBluetoothSocketInterface) { in requestMaximumTxDataLengthNative()
1318 sBluetoothSocketInterface->request_max_tx_data_length(addressVar); in requestMaximumTxDataLengthNative()