Searched refs:p_dst (Results 26 - 30 of 30) sorted by relevance

12

/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1264 #define BTM_SEC_COPY_TRUSTED_DEVICE(p_src, p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst++) \
1265 ((UINT32 *)(p_dst))[trst] = ((UINT32 *)(p_src))[trst];}
1268 #define BTM_SEC_CLR_TRUSTED_DEVICE(p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst++) \
1269 ((UINT32 *)(p_dst))[trst] = 0;}
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c1065 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) argument
1067 UINT8 *p = *p_dst;
1087 *p_dst = p;
H A Dgatt_int.h583 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c65 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst,
1135 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst, argument
1139 UINT8 *p = *p_dst,
1403 *p_dst = p;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h2012 ** p_dst: pointer to the buffer which is to be used to store
2019 BTA_API extern INT32 BTA_DmPcmResample (void *p_src, UINT32 in_bytes, void *p_dst);

Completed in 5561 milliseconds

12