Home
last modified time | relevance | path

Searched refs:ssp_reply (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbluetooth.cc294 static int ssp_reply(const RawAddress* bd_addr, bt_ssp_variant_t variant, in ssp_reply() function
473 ssp_reply,
/system/bt/tools/bdtool/
Dadapter.c182 int rc = bt_interface->ssp_reply(remote_bd_addr, pairing_variant, in ssp_request()
/system/bt/include/hardware/
Dbluetooth.h552 int (*ssp_reply)(const RawAddress* bd_addr, bt_ssp_variant_t variant, member
/system/bt/service/
Dadapter.cc360 int status = hal::BluetoothInterface::Get()->GetHALInterface()->ssp_reply( in SspReply()