Searched refs:BTM_SetPinType (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_sec.cc | 65 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()
|
D | mock_stack_btm_sec.h | 349 struct BTM_SetPinType { struct 357 extern struct BTM_SetPinType BTM_SetPinType; argument
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.h | 97 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len);
|
D | btm_devctl.cc | 215 BTM_SetPinType(btm_sec_cb.cfg.pin_type, btm_sec_cb.cfg.pin_code, in BTM_reset_complete()
|
D | btm_sec.cc | 499 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in BTM_SetPinType() function
|