Searched refs:ssp_reply (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 694 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/ |
D | bluetooth.h | 785 int (*ssp_reply)(const RawAddress* bd_addr, bt_ssp_variant_t variant, member
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | adapter_service.rs | 44 btif.lock().unwrap().ssp_reply(&addr, variant, 1, passkey); in get_bt_dispatcher()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 1395 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/ |
D | bluetooth.rs | 2533 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/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 1537 int ret = sBluetoothInterface->ssp_reply( in sspReplyNative()
|