HomeSort by relevance Sort by last modified time
    Searched refs:create_bond (Results 1 - 5 of 5) sorted by null

  /system/bt/test/suite/adapter/
adapter_unittest.cc 161 EXPECT_EQ(bt_interface()->create_bond(&bdaddr, BT_TRANSPORT_BR_EDR),
  /system/bt/btif/src/
bluetooth.cc 243 static int create_bond(const bt_bdaddr_t* bd_addr, int transport) { function
432 create_bond,
  /hardware/libhardware/include/hardware/
bluetooth.h 366 /* Invoked in response to create_bond, cancel_bond or remove_bond */
521 int (*create_bond)(const bt_bdaddr_t *bd_addr, int transport); member in struct:__anon41033
  /system/bt/tools/bdtool/
bdtool.c 142 int rc = bt_interface->create_bond(
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 754 int ret = sBluetoothInterface->create_bond((bt_bdaddr_t*)addr, transport);
    [all...]

Completed in 76 milliseconds