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

  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 251 ** p_pin - pointer to array with the PIN Code
255 UINT8 GAP_Bond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
257 return ((UINT8) BTM_SecBond (bd_addr, pin_len, p_pin, trusted_mask));
288 ** p_pin - pointer to array with the PIN Code
292 void GAP_PinRsp (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
294 BTM_PINCodeReply (bd_addr, res, pin_len, p_pin, trusted_mask);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 451 GAP_API extern UINT8 GAP_Bond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]);
464 UINT8 *p_pin, UINT32 trusted_mask[]);
    [all...]
btm_api.h     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 576 void BTA_DmPinReply(BD_ADDR bd_addr, BOOLEAN accept, UINT8 pin_len, UINT8 *p_pin)
589 memcpy(p_msg->p_pin, p_pin, pin_len);
    [all...]
bta_dm_int.h 246 UINT8 p_pin[PIN_CODE_LEN]; member in struct:__anon2447
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 858 ** p_pin - pointer to array with the PIN Code
862 void BTM_PINCodeReply (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 951 char pin[9], *p_pin = NULL; local
983 p_pin = pin;
1018 &p_pin));
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 1237 milliseconds