Searched refs:p_pin (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c252 ** 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[]) argument
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[]) argument
295 BTM_PINCodeReply (bd_addr, res, pin_len, p_pin, trusted_mask);
/external/bluetooth/bluedroid/stack/include/
H A Dgap_api.h445 ** p_pin - pointer to array with the PIN Code
452 UINT8 *p_pin, UINT32 trusted_mask[]);
465 UINT8 *p_pin, UINT32 trusted_mask[]);
H A Dbtm_api.h3898 ** p_pin - pointer to array with the PIN Code
3905 UINT8 *p_pin, UINT32 trusted_mask[]);
3933 ** p_pin - pointer to array with the PIN Code
3940 UINT8 pin_len, UINT8 *p_pin,
3951 ** p_pin - pointer to array with the PIN Code
3960 UINT8 pin_len, UINT8 *p_pin,
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c974 ** p_pin - pointer to array with the PIN Code
978 void BTM_PINCodeReply (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) argument
1004 if ( (pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL) )
1037 memcpy (btm_cb.pin_code, p_pin, pin_len);
1081 memcpy (btm_cb.pin_code, p_pin, pin_len);
1084 btsnd_hcic_pin_code_req_reply (bd_addr, pin_len, p_pin);
1156 ** p_pin - pointer to array with the PIN Code
1162 UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
1208 if (p_pin && (pin_len <= PIN_CODE_LEN) && (pin_len != 0))
1211 memcpy (btm_cb.pin_code, p_pin, PIN_CODE_LE
1161 btm_sec_bond_by_transport(BD_ADDR bd_addr, tBT_TRANSPORT transport, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) argument
1343 BTM_SecBondByTransport(BD_ADDR bd_addr, tBT_TRANSPORT transport, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) argument
1376 BTM_SecBond(BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) argument
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c585 void BTA_DmPinReply(BD_ADDR bd_addr, BOOLEAN accept, UINT8 pin_len, UINT8 *p_pin) argument
598 memcpy(p_msg->p_pin, p_pin, pin_len);
H A Dbta_dm_int.h273 UINT8 p_pin[PIN_CODE_LEN]; member in struct:__anon481
H A Dbta_dm_act.c935 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_SUCCESS, p_data->pin_reply.pin_len, p_data->pin_reply.p_pin, trusted_mask );
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c1029 char pin[9], *p_pin = NULL; local
1061 p_pin = pin;
1096 &p_pin));
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h1646 UINT8 *p_pin);

Completed in 1417 milliseconds