Home
last modified time | relevance | path

Searched refs:remove_bond (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbluetooth.cc269 static int remove_bond(const RawAddress* bd_addr) { in remove_bond() function
469 remove_bond,
/system/bt/include/hardware/
Dbluetooth.h530 int (*remove_bond)(const RawAddress* bd_addr); member
/system/bt/service/
Dadapter.cc436 hal::BluetoothInterface::Get()->GetHALInterface()->remove_bond(&addr); in RemoveBond()