Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc694 static int ssp_reply(const RawAddress* bd_addr, bt_ssp_variant_t variant, in ssp_reply() function
1183 .ssp_reply = ssp_reply,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h785 int (*ssp_reply)(const RawAddress* bd_addr, bt_ssp_variant_t variant, member
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs44 btif.lock().unwrap().ssp_reply(&addr, variant, 1, passkey); in get_bt_dispatcher()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1395 pub fn ssp_reply( in ssp_reply() method
1404 ccall!(self, ssp_reply, addr_ptr.into(), cvariant, accept, passkey) in ssp_reply()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs2533 self.intf.lock().unwrap().ssp_reply( in set_passkey()
2542 self.intf.lock().unwrap().ssp_reply( in set_pairing_confirmation()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1537 int ret = sBluetoothInterface->ssp_reply( in sspReplyNative()