OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btIf
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp
107
static const bt_interface_t*
btIf
;
111
if(
btIf
)
114
if ( (
btIf
= getBluetoothInterface()) == NULL) {
132
btIf
->get_profile_interface(BT_PROFILE_PAN_ID)) == NULL) {
149
if (!
btIf
) return;
162
btIf
= NULL;
com_android_bluetooth_gatt.cpp
687
static const bt_interface_t*
btIf
;
690
if(
btIf
)
693
if ( (
btIf
= getBluetoothInterface()) == NULL) {
711
btIf
->get_profile_interface(BT_PROFILE_GATT_ID)) == NULL) {
728
if (!
btIf
) return;
739
btIf
= NULL;
[
all
...]
Completed in 34 milliseconds