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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c359 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) argument
362 pin_type, (char *) pin_code, pin_code_len);
365 if ( (btm_cb.cfg.pin_type != pin_type)
368 btsnd_hcic_write_pin_type (pin_type);
371 btm_cb.cfg.pin_type = pin_type;
1128 && (btm_cb.cfg.pin_type != HCI_PIN_TYPE_FIXED))
4837 if (!p_cb->pairing_disabled && (p_cb->cfg.pin_type == HCI_PIN_TYPE_FIXED))
5440 btsnd_hcic_write_pin_type (btm_cb.cfg.pin_type);
[all...]
H A Dbtm_devctl.c690 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len);
H A Dbtm_int.h616 BOOLEAN pin_type; /* TRUE if PIN type is fixed */ member in struct:__anon1127
/external/qemu/hw/
H A Dbt.h836 uint8_t pin_type; member in struct:__anon25642
842 uint8_t pin_type; member in struct:__anon25643
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h3744 BTM_API extern void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);

Completed in 204 milliseconds