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

  /system/bt/btif/src/
bluetooth.c 250 static int create_bond(const bt_bdaddr_t *bd_addr, int transport) function
441 create_bond,
  /hardware/libhardware/include/hardware/
bluetooth.h 335 /* Invoked in response to create_bond, cancel_bond or remove_bond */
486 int (*create_bond)(const bt_bdaddr_t *bd_addr, int transport); member in struct:__anon24659
  /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 767 int ret = sBluetoothInterface->create_bond((bt_bdaddr_t *)addr, transport);
    [all...]

Completed in 164 milliseconds