Home
last modified time | relevance | path

Searched refs:btsnd_hcic_user_passkey_reply (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.cc81 struct btsnd_hcic_user_passkey_reply btsnd_hcic_user_passkey_reply; variable
308 void btsnd_hcic_user_passkey_reply(const RawAddress& bd_addr, uint32_t value) { in btsnd_hcic_user_passkey_reply() function
310 test::mock::stack_hcic_hcicmds::btsnd_hcic_user_passkey_reply(bd_addr, value); in btsnd_hcic_user_passkey_reply()
Dmock_stack_hcic_hcicmds.h533 struct btsnd_hcic_user_passkey_reply { struct
540 extern struct btsnd_hcic_user_passkey_reply btsnd_hcic_user_passkey_reply; argument
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h159 void btsnd_hcic_user_passkey_reply(const RawAddress& bd_addr, uint32_t value);
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1403 void btsnd_hcic_user_passkey_reply(const RawAddress& bd_addr, uint32_t value) { in btsnd_hcic_user_passkey_reply() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc1363 btsnd_hcic_user_passkey_reply(bd_addr, passkey); in BTM_PasskeyReqReply()