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.cpp60 static const btsock_interface_t* sBluetoothSocketInterface = NULL; variable
677 sBluetoothSocketInterface = in initNative()
680 if (sBluetoothSocketInterface == NULL) { in initNative()
1075 if (!sBluetoothSocketInterface) return -1; in connectSocketNative()
1094 bt_status_t status = sBluetoothSocketInterface->connect( in connectSocketNative()
1112 if (!sBluetoothSocketInterface) return -1; in createSocketChannelNative()
1132 bt_status_t status = sBluetoothSocketInterface->listen( in createSocketChannelNative()