Home
last modified time | relevance | path

Searched refs:BTM_PINCodeReply (Results 1 – 11 of 11) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc108 .BTM_PINCodeReply = BTM_PINCodeReply,
Dbtm_sec.h197 void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, uint8_t pin_len,
Dsecurity_device_record.h227 friend void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res,
Dbtm_sec.cc615 void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, uint8_t pin_len, in BTM_PINCodeReply() function
4690 BTM_PINCodeReply(p_dev_rec->bd_addr, BTM_SUCCESS, btm_cb.pin_code_len, in btm_sec_check_prefetch_pin()
/system/bt/test/mock/
Dmock_stack_btm_sec.cc210 void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, uint8_t pin_len, in BTM_PINCodeReply() function
Dmock_main_shim_btm_api.cc375 void bluetooth::shim::BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, in BTM_PINCodeReply() function in bluetooth::shim
/system/bt/stack/include/
Dbtm_client_interface.h144 void (*BTM_PINCodeReply)(const RawAddress& bd_addr, uint8_t res, member
/system/bt/main/shim/
Dbtm_api.h1519 void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, uint8_t pin_len,
Dbtm_api.cc1345 void bluetooth::shim::BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, in BTM_PINCodeReply() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc379 void bluetooth::shim::BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, in BTM_PINCodeReply() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc774 bluetooth::shim::BTM_PINCodeReply(msg->bd_addr, BTM_SUCCESS, msg->pin_len, in bta_dm_pin_reply()
777 BTM_PINCodeReply(msg->bd_addr, BTM_SUCCESS, msg->pin_len, msg->p_pin); in bta_dm_pin_reply()
781 bluetooth::shim::BTM_PINCodeReply(msg->bd_addr, BTM_NOT_AUTHORIZED, 0, in bta_dm_pin_reply()
784 BTM_PINCodeReply(msg->bd_addr, BTM_NOT_AUTHORIZED, 0, NULL); in bta_dm_pin_reply()