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

  /system/bt/stack/btm/
btm_sec.c 849 ** p_pin - pointer to array with the PIN Code
853 void BTM_PINCodeReply (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
879 if ( (pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL) )
    [all...]
  /system/bt/bta/dm/
bta_dm_api.c 376 void BTA_DmPinReply(BD_ADDR bd_addr, BOOLEAN accept, UINT8 pin_len, UINT8 *p_pin)
387 memcpy(p_msg->p_pin, p_pin, pin_len);
    [all...]
bta_dm_int.h 241 UINT8 p_pin[PIN_CODE_LEN]; member in struct:__anon71676
    [all...]
bta_dm_act.c     [all...]
  /system/bt/stack/include/
btm_api.h     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 1025 char pin[9], *p_pin = NULL; local
1063 p_pin = pin;
1098 &p_pin));
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]

Completed in 59 milliseconds