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

/system/bt/stack/btm/
H A Dbtm_sec.c849 ** 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[]) argument
879 if ( (pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL) )
916 memcpy (btm_cb.pin_code, p_pin, pin_len);
956 btsnd_hcic_pin_code_req_reply (bd_addr, pin_len, p_pin);
967 ** p_pin - pointer to array with the PIN Code
973 UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
1018 if (p_pin && (pin_len <= PIN_CODE_LEN) && (pin_len != 0))
1022 memcpy (btm_cb.pin_code, p_pin, PIN_CODE_LEN);
1152 ** p_pin
972 btm_sec_bond_by_transport(BD_ADDR bd_addr, tBT_TRANSPORT transport, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) argument
1157 BTM_SecBondByTransport(BD_ADDR bd_addr, tBT_TRANSPORT transport, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) argument
1190 BTM_SecBond(BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) argument
[all...]
/system/bt/bta/dm/
H A Dbta_dm_api.c376 void BTA_DmPinReply(BD_ADDR bd_addr, BOOLEAN accept, UINT8 pin_len, UINT8 *p_pin) argument
387 memcpy(p_msg->p_pin, p_pin, pin_len);
H A Dbta_dm_int.h241 UINT8 p_pin[PIN_CODE_LEN]; member in struct:__anon84
H A Dbta_dm_act.c1036 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_SUCCESS, p_data->pin_reply.pin_len, p_data->pin_reply.p_pin, trusted_mask );
/system/bt/stack/include/
H A Dbtm_api.h3380 ** p_pin - pointer to array with the PIN Code
3387 UINT8 *p_pin, UINT32 trusted_mask[]);
3398 ** p_pin - pointer to array with the PIN Code
3405 UINT8 pin_len, UINT8 *p_pin,
3416 ** p_pin - pointer to array with the PIN Code
3425 UINT8 pin_len, UINT8 *p_pin,
/system/bt/bta/include/
H A Dbta_api.h1528 UINT8 *p_pin);

Completed in 167 milliseconds