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

/system/bt/stack/btm/
H A Dbtm_sec.c394 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) argument
397 pin_type, (char *) pin_code, pin_code_len);
400 if ( (btm_cb.cfg.pin_type != pin_type)
403 btsnd_hcic_write_pin_type (pin_type);
406 btm_cb.cfg.pin_type = pin_type;
1073 && (btm_cb.cfg.pin_type != HCI_PIN_TYPE_FIXED))
5258 if (!p_cb->pairing_disabled && (p_cb->cfg.pin_type == HCI_PIN_TYPE_FIXED))
5899 btsnd_hcic_write_pin_type (btm_cb.cfg.pin_type);
[all...]
H A Dbtm_devctl.c192 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len);
H A Dbtm_int.h632 BOOLEAN pin_type; /* TRUE if PIN type is fixed */ member in struct:__anon838
/system/bt/stack/include/
H A Dbtm_api.h3224 extern void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);

Completed in 61 milliseconds