HomeSort by relevance Sort by last modified time
    Searched defs:pin_code (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 803 bt_pin_code_t pin_code; local
837 pin_code.pin[0] = 0x30;
838 pin_code.pin[1] = 0x30;
839 pin_code.pin[2] = 0x30;
840 pin_code.pin[3] = 0x30;
843 BTA_DmPinReply( (UINT8*)bd_addr.address, TRUE, 4, pin_code.pin);
854 pin_code.pin[0] = 0x30;
855 pin_code.pin[1] = 0x30;
856 pin_code.pin[2] = 0x30;
857 pin_code.pin[3] = 0x30
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 641 PIN_CODE pin_code; /* PIN CODE if pin type is fixed */ member in struct:__anon5871
898 PIN_CODE pin_code; \/* for legacy devices *\/ member in struct:__anon5884
    [all...]
  /external/qemu/include/hw/
bt.h 537 uint8_t pin_code[16]; member in struct:__anon33446
    [all...]

Completed in 81 milliseconds