Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.c395 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) in BTM_SetPinType() argument
398 pin_type, (char *) pin_code, pin_code_len); in BTM_SetPinType()
401 if ( (btm_cb.cfg.pin_type != pin_type) in BTM_SetPinType()
404 btsnd_hcic_write_pin_type (pin_type); in BTM_SetPinType()
407 btm_cb.cfg.pin_type = pin_type; in BTM_SetPinType()
1064 && (btm_cb.cfg.pin_type != HCI_PIN_TYPE_FIXED)) in btm_sec_bond_by_transport()
5187 if (!p_cb->pairing_disabled && (p_cb->cfg.pin_type == HCI_PIN_TYPE_FIXED)) in btm_sec_pin_code_request()
5814 btsnd_hcic_write_pin_type (btm_cb.cfg.pin_type); in btm_restore_mode()
Dbtm_devctl.c205 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len); in reset_complete()
Dbtm_int.h634 BOOLEAN pin_type; /* TRUE if PIN type is fixed */ member
/system/bt/stack/include/
Dbtm_api.h3218 extern void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);