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

  /system/bt/test/suite/adapter/
adapter_unittest.cpp 166 EXPECT_EQ(bt_interface()->cancel_bond(&bdaddr), BT_STATUS_SUCCESS);
  /system/bt/btif/src/
bluetooth.c 281 static int cancel_bond(const bt_bdaddr_t *bd_addr) function
491 cancel_bond,
  /hardware/libhardware/include/hardware/
bluetooth.h 356 /* Invoked in response to create_bond, cancel_bond or remove_bond */
521 int (*cancel_bond)(const bt_bdaddr_t *bd_addr); member in struct:__anon30669
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 898 int ret = sBluetoothInterface->cancel_bond((bt_bdaddr_t *)addr);
    [all...]

Completed in 100 milliseconds