HomeSort by relevance Sort by last modified time
    Searched refs:pin_type (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 466 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len)
469 pin_type, (char *) pin_code, pin_code_len);
472 if ( (btm_cb.cfg.pin_type != pin_type)
475 btsnd_hcic_write_pin_type (pin_type);
478 btm_cb.cfg.pin_type = pin_type;
    [all...]
btm_int.h 639 BOOLEAN pin_type; /* TRUE if PIN type is fixed */ member in struct:__anon5871
    [all...]
btm_devctl.c 710 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len);
    [all...]
  /external/qemu/include/hw/
bt.h 836 uint8_t pin_type; member in struct:__anon33483
842 uint8_t pin_type; member in struct:__anon33484
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]

Completed in 74 milliseconds