Home
last modified time | relevance | path

Searched refs:pin_type (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_int_types.h35 bool pin_type; /* true if PIN type is fixed */ member
Dbtm_sec.h97 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len);
Dbtm_sec.cc499 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()
Dbtm_devctl.cc215 BTM_SetPinType(btm_sec_cb.cfg.pin_type, btm_sec_cb.cfg.pin_code, in BTM_reset_complete()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.h350 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()
Dmock_stack_btm_sec.cc250 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/
Dhci_packets.pdl1799 pin_type : PinType,
1803 pin_type : PinType,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1956 pin_type : PinType,
1960 pin_type : PinType,