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 359 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len)
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;
    [all...]
btm_devctl.c 690 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len);
    [all...]
btm_int.h 616 BOOLEAN pin_type; /* TRUE if PIN type is fixed */ member in struct:__anon3533
    [all...]
  /external/qemu/hw/
bt.h 836 uint8_t pin_type; member in struct:__anon28023
842 uint8_t pin_type; member in struct:__anon28024
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]

Completed in 213 milliseconds