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

/system/bt/stack/btm/
H A Dbtm_sec.cc372 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { argument
375 pin_type, (char*)pin_code, pin_code_len);
378 if ((btm_cb.cfg.pin_type != pin_type) &&
380 btsnd_hcic_write_pin_type(pin_type);
383 btm_cb.cfg.pin_type = pin_type;
1036 (btm_cb.cfg.pin_type != HCI_PIN_TYPE_FIXED)) {
5036 if (!p_cb->pairing_disabled && (p_cb->cfg.pin_type == HCI_PIN_TYPE_FIXED)) {
5616 btsnd_hcic_write_pin_type(btm_cb.cfg.pin_type);
[all...]
H A Dbtm_devctl.cc186 BTM_SetPinType(btm_cb.cfg.pin_type, btm_cb.cfg.pin_code,
H A Dbtm_int_types.h603 bool pin_type; /* true if PIN type is fixed */ member in struct:__anon888
/system/bt/stack/include/
H A Dbtm_api.h1330 extern void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code,

Completed in 28 milliseconds