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

  /external/bluetooth/bluedroid/btif/include/
btif_api.h 254 uint8_t pin_len, bt_pin_code_t *pin_code);
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 305 uint8_t pin_len, bt_pin_code_t *pin_code)
311 return btif_dm_pin_reply(bd_addr, accept, pin_len, pin_code);
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...]
  /hardware/libhardware/include/hardware/
bluetooth.h 499 /** If accept==FALSE, then pin_len and pin_code shall be 0x0 */
501 uint8_t pin_len, bt_pin_code_t *pin_code);
  /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);
480 memcpy (btm_cb.cfg.pin_code, pin_code, pin_code_len);
    [all...]
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...]
btm_devctl.c 710 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 194 PIN_CODE pin_code);
    [all...]
btm_api.h     [all...]
  /external/qemu/include/hw/
bt.h 537 uint8_t pin_code[16]; member in struct:__anon33446
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 341 PIN_CODE pin_code)
362 *pp++ = *pin_code++;
    [all...]

Completed in 220 milliseconds