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 252 ** p_pin - pointer to array with the PIN Code
256 UINT8 GAP_Bond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
258 return ((UINT8) BTM_SecBond (bd_addr, pin_len, p_pin, trusted_mask));
289 ** p_pin - pointer to array with the PIN Code
293 void GAP_PinRsp (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
295 BTM_PINCodeReply (bd_addr, res, pin_len, p_pin, trusted_mask);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 445 ** p_pin - pointer to array with the PIN Code
452 UINT8 *p_pin, UINT32 trusted_mask[]);
465 UINT8 *p_pin, UINT32 trusted_mask[]);
    [all...]
btm_api.h     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 585 void BTA_DmPinReply(BD_ADDR bd_addr, BOOLEAN accept, UINT8 pin_len, UINT8 *p_pin)
598 memcpy(p_msg->p_pin, p_pin, pin_len);
    [all...]
bta_dm_int.h 273 UINT8 p_pin[PIN_CODE_LEN]; member in struct:__anon5101
    [all...]
bta_dm_act.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 1029 char pin[9], *p_pin = NULL; local
1061 p_pin = pin;
1096 &p_pin));
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 90 milliseconds