Searched refs:pin_type (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec_int_types.h | 35 bool pin_type; /* true if PIN type is fixed */ member
|
D | btm_sec.h | 97 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len);
|
D | btm_sec.cc | 499 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in BTM_SetPinType() argument 502 pin_type, (char*)pin_code, pin_code_len); in BTM_SetPinType() 505 if ((btm_sec_cb.cfg.pin_type != pin_type) && in BTM_SetPinType() 507 btsnd_hcic_write_pin_type(pin_type); in BTM_SetPinType() 510 btm_sec_cb.cfg.pin_type = pin_type; in BTM_SetPinType() 791 (btm_sec_cb.cfg.pin_type != HCI_PIN_TYPE_FIXED)) { in btm_sec_bond_by_transport() 4469 if (!p_cb->pairing_disabled && (p_cb->cfg.pin_type == HCI_PIN_TYPE_FIXED)) { in btm_sec_pin_code_request() 4878 btsnd_hcic_write_pin_type(btm_sec_cb.cfg.pin_type); in btm_restore_mode()
|
D | btm_devctl.cc | 215 BTM_SetPinType(btm_sec_cb.cfg.pin_type, btm_sec_cb.cfg.pin_code, in BTM_reset_complete()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_sec.h | 350 std::function<void(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len)> 353 void operator()(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in operator() 354 body(pin_type, pin_code, pin_code_len); in operator()
|
D | mock_stack_btm_sec.cc | 250 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in BTM_SetPinType() argument 252 test::mock::stack_btm_sec::BTM_SetPinType(pin_type, pin_code, pin_code_len); in BTM_SetPinType()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1799 pin_type : PinType, 1803 pin_type : PinType,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1956 pin_type : PinType, 1960 pin_type : PinType,
|