HomeSort by relevance Sort by last modified time
    Searched full:pin_code_len (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/bluedroid/stack/include/
smp_api.h 29 #define SMP_PIN_CODE_LEN_MAX PIN_CODE_LEN
bt_types.h 323 #define PIN_CODE_LEN 16
324 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
hcimsgs.h 193 UINT8 pin_code_len,
    [all...]
btm_api.h     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 358 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len)
361 pin_type, (char *) pin_code, pin_code_len);
371 btm_cb.cfg.pin_code_len = pin_code_len;
372 memcpy (btm_cb.cfg.pin_code, pin_code, pin_code_len);
    [all...]
btm_int.h 599 UINT8 pin_code_len; /* Bonding information */ member in struct:__anon3081
853 UINT8 pin_code_len; \/* for legacy devices *\/ member in struct:__anon3094
    [all...]
btm_ble.c     [all...]
btm_devctl.c 695 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len);
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 307 #define PIN_CODE_LEN 16
308 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 246 UINT8 p_pin[PIN_CODE_LEN];
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 73 UINT8 pin_code_len; member in struct:__anon2932
823 pairing_cb.pin_code_len);
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 340 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr, UINT8 pin_code_len,
359 UINT8_TO_STREAM (pp, pin_code_len);
361 for (i = 0; i < pin_code_len; i++)
364 for (; i < PIN_CODE_LEN; i++)
    [all...]

Completed in 479 milliseconds