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.cc 370 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) {
373 pin_type, (char*)pin_code, pin_code_len);
376 if ((btm_cb.cfg.pin_type != pin_type) &&
378 btsnd_hcic_write_pin_type(pin_type);
381 btm_cb.cfg.pin_type = pin_type;
    [all...]
btm_devctl.cc 214 BTM_SetPinType(btm_cb.cfg.pin_type, btm_cb.cfg.pin_code,
btm_int_types.h 601 bool pin_type; /* true if PIN type is fixed */ member in struct:__anon2174
    [all...]
  /system/bt/stack/include/
btm_api.h     [all...]

Completed in 69 milliseconds