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.cpp 163 EXPECT_EQ(bt_interface()->create_bond(&bdaddr, BT_TRANSPORT_BR_EDR),
  /system/bt/btif/src/
bluetooth.c 262 static int create_bond(const bt_bdaddr_t *bd_addr, int transport) function
488 create_bond,
  /hardware/libhardware/include/hardware/
bluetooth.h 356 /* Invoked in response to create_bond, cancel_bond or remove_bond */
511 int (*create_bond)(const bt_bdaddr_t *bd_addr, int transport); member in struct:__anon30669
  /system/bt/tools/bdtool/
bdtool.c 139 int rc = bt_interface->create_bond(&bt_remote_bdaddr, 0 /* UNKNOWN; Currently not documented :( */);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 808 int ret = sBluetoothInterface->create_bond((bt_bdaddr_t *)addr, transport);
    [all...]

Completed in 2482 milliseconds