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

  /system/bt/btif/include/
btif_api.h 284 uint8_t pin_len, bt_pin_code_t *pin_code);
  /system/bt/btif/src/
btif_dm.c 899 bt_pin_code_t pin_code; local
937 pin_code.pin[0] = 0x30;
938 pin_code.pin[1] = 0x30;
939 pin_code.pin[2] = 0x30;
940 pin_code.pin[3] = 0x30;
943 BTA_DmPinReply( (UINT8*)bd_addr.address, TRUE, 4, pin_code.pin);
    [all...]
bluetooth.c 312 uint8_t pin_len, bt_pin_code_t *pin_code)
318 return btif_dm_pin_reply(bd_addr, accept, pin_len, pin_code);
  /hardware/libhardware/include/hardware/
bluetooth.h 531 /** If accept==FALSE, then pin_len and pin_code shall be 0x0 */
533 uint8_t pin_len, bt_pin_code_t *pin_code);
  /system/bt/stack/btm/
btm_devctl.c 205 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len);
    [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...]
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:__anon73592
862 PIN_CODE pin_code; \/* for legacy devices *\/ member in struct:__anon73604
    [all...]
  /system/bt/stack/include/
hcimsgs.h 149 PIN_CODE pin_code);
    [all...]
btm_api.h     [all...]
  /system/bt/stack/hcic/
hcicmds.c 267 PIN_CODE pin_code)
283 *pp++ = *pin_code++;
    [all...]

Completed in 276 milliseconds