Searched refs:BTM_PINCodeReply (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 108 .BTM_PINCodeReply = BTM_PINCodeReply,
|
D | btm_sec.h | 197 void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, uint8_t pin_len,
|
D | security_device_record.h | 227 friend void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res,
|
D | btm_sec.cc | 615 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/ |
D | mock_stack_btm_sec.cc | 210 void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, uint8_t pin_len, in BTM_PINCodeReply() function
|
D | mock_main_shim_btm_api.cc | 375 void bluetooth::shim::BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, in BTM_PINCodeReply() function in bluetooth::shim
|
/system/bt/stack/include/ |
D | btm_client_interface.h | 144 void (*BTM_PINCodeReply)(const RawAddress& bd_addr, uint8_t res, member
|
/system/bt/main/shim/ |
D | btm_api.h | 1519 void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, uint8_t pin_len,
|
D | btm_api.cc | 1345 void bluetooth::shim::BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, in BTM_PINCodeReply() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 379 void bluetooth::shim::BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, in BTM_PINCodeReply() function in bluetooth::shim
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 774 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()
|