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

  /system/bt/stack/btm/
btm_sec.c 395 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len)
398 pin_type, (char *) pin_code, pin_code_len);
401 if ( (btm_cb.cfg.pin_type != pin_type)
404 btsnd_hcic_write_pin_type (pin_type);
407 btm_cb.cfg.pin_type = pin_type;
    [all...]
btm_devctl.c 205 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len);
    [all...]
btm_int.h 634 BOOLEAN pin_type; /* TRUE if PIN type is fixed */ member in struct:__anon72471
    [all...]
  /system/bt/stack/include/
btm_api.h     [all...]

Completed in 57 milliseconds