Home
last modified time | relevance | path

Searched defs:BTM_PINCodeReply (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.h132 struct BTM_PINCodeReply { struct
140 extern struct BTM_PINCodeReply BTM_PINCodeReply; argument
Dmock_stack_btm_sec.cc51 struct BTM_PINCodeReply BTM_PINCodeReply; variable
165 void BTM_PINCodeReply(const RawAddress& bd_addr, tBTM_STATUS res, uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dsecurity_client_callbacks.h130 void (*BTM_PINCodeReply)(const RawAddress& bd_addr, tBTM_STATUS res, uint8_t pin_len, member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc549 void BTM_PINCodeReply(const RawAddress& bd_addr, tBTM_STATUS res, uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply() function