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

  /system/bt/stack/btm/
btm_int.h 524 UINT8 pin_code_length; /* Length of the pin_code used for paring */
636 PIN_CODE pin_code; /* PIN CODE if pin type is fixed */ member in struct:__anon72471
862 PIN_CODE pin_code; \/* for legacy devices *\/ member in struct:__anon72483
    [all...]
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);
409 memcpy (btm_cb.cfg.pin_code, pin_code, pin_code_len);
    [all...]
  /system/bt/stack/include/
hcimsgs.h 149 PIN_CODE pin_code);
    [all...]
bt_types.h 332 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
    [all...]
btm_api.h     [all...]
  /external/libnfc-nci/src/include/
bt_types.h 308 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
  /system/bt/stack/hcic/
hcicmds.c 267 PIN_CODE pin_code)
283 *pp++ = *pin_code++;
    [all...]

Completed in 618 milliseconds