Searched defs:pin_type (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_sec.cc371 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { argument
374 pin_type, (char*)pin_code, pin_code_len);
377 if ((btm_cb.cfg.pin_type != pin_type) &&
379 btsnd_hcic_write_pin_type(pin_type);
382 btm_cb.cfg.pin_type = pin_type;
1030 (btm_cb.cfg.pin_type != HCI_PIN_TYPE_FIXED)) {
5007 if (!p_cb->pairing_disabled && (p_cb->cfg.pin_type == HCI_PIN_TYPE_FIXED)) {
5587 btsnd_hcic_write_pin_type(btm_cb.cfg.pin_type);
[all...]
H A Dbtm_int_types.h619 bool pin_type; /* true if PIN type is fixed */ member in struct:__anon883

Completed in 144 milliseconds