HomeSort by relevance Sort by last modified time
    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) {
154 if (!btIf) return;
167 btIf = NULL;
com_android_bluetooth_gatt.cpp     [all...]

Completed in 505 milliseconds