Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.cc380 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in BTM_SetPinType() argument
383 pin_type, (char*)pin_code, pin_code_len); in BTM_SetPinType()
386 if ((btm_cb.cfg.pin_type != pin_type) && in BTM_SetPinType()
388 btsnd_hcic_write_pin_type(pin_type); in BTM_SetPinType()
391 btm_cb.cfg.pin_type = pin_type; in BTM_SetPinType()
965 (btm_cb.cfg.pin_type != HCI_PIN_TYPE_FIXED)) { in btm_sec_bond_by_transport()
4907 if (!p_cb->pairing_disabled && (p_cb->cfg.pin_type == HCI_PIN_TYPE_FIXED)) { in btm_sec_pin_code_request()
5466 btsnd_hcic_write_pin_type(btm_cb.cfg.pin_type); in btm_restore_mode()
Dbtm_int_types.h594 bool pin_type; /* true if PIN type is fixed */ member
Dbtm_devctl.cc215 BTM_SetPinType(btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, in reset_complete()
/system/bt/stack/include/
Dbtm_api.h1314 extern void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code,