Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.cc65 struct BTM_SetPinType BTM_SetPinType; variable
250 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in BTM_SetPinType() function
252 test::mock::stack_btm_sec::BTM_SetPinType(pin_type, pin_code, pin_code_len); in BTM_SetPinType()
Dmock_stack_btm_sec.h349 struct BTM_SetPinType { struct
357 extern struct BTM_SetPinType BTM_SetPinType; argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.h97 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len);
Dbtm_devctl.cc215 BTM_SetPinType(btm_sec_cb.cfg.pin_type, btm_sec_cb.cfg.pin_code, in BTM_reset_complete()
Dbtm_sec.cc499 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in BTM_SetPinType() function