OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sbluetoothsocketinterface
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
46
static const btsock_interface_t *
sBluetoothSocketInterface
= NULL;
523
if ( (
sBluetoothSocketInterface
= (btsock_interface_t *)
834
if (!
sBluetoothSocketInterface
) return -1;
848
if ( (status =
sBluetoothSocketInterface
->connect((bt_bdaddr_t *) addr, (btsock_type_t) type,
877
if (!
sBluetoothSocketInterface
) return -1;
887
if ( (status =
sBluetoothSocketInterface
->listen((btsock_type_t) type, service_name,
[
all
...]
Completed in 345 milliseconds