Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c466 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) in BTM_SetPinType() argument
469 pin_type, (char *) pin_code, pin_code_len); in BTM_SetPinType()
472 if ( (btm_cb.cfg.pin_type != pin_type) in BTM_SetPinType()
475 btsnd_hcic_write_pin_type (pin_type); in BTM_SetPinType()
478 btm_cb.cfg.pin_type = pin_type; in BTM_SetPinType()
1253 && (btm_cb.cfg.pin_type != HCI_PIN_TYPE_FIXED)) in btm_sec_bond_by_transport()
5125 if (!p_cb->pairing_disabled && (p_cb->cfg.pin_type == HCI_PIN_TYPE_FIXED)) in btm_sec_pin_code_request()
5729 btsnd_hcic_write_pin_type (btm_cb.cfg.pin_type); in btm_restore_mode()
Dbtm_int.h639 BOOLEAN pin_type; /* TRUE if PIN type is fixed */ member
Dbtm_devctl.c710 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len); in btm_continue_reset()
/external/qemu/include/hw/
Dbt.h836 uint8_t pin_type; member
842 uint8_t pin_type; member
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h3720 BTM_API extern void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);