Searched defs:p_dst (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/ |
D | bta_av_sbc.c | 110 int bta_av_sbc_up_sample (void *p_src, void *p_dst, in bta_av_sbc_up_sample() 144 int bta_av_sbc_up_sample_16s (void *p_src, void *p_dst, in bta_av_sbc_up_sample_16s() 205 int bta_av_sbc_up_sample_16m (void *p_src, void *p_dst, in bta_av_sbc_up_sample_16m() 268 int bta_av_sbc_up_sample_8s (void *p_src, void *p_dst, in bta_av_sbc_up_sample_8s() 335 int bta_av_sbc_up_sample_8m (void *p_src, void *p_dst, in bta_av_sbc_up_sample_8m()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/a2dp/ |
D | a2d_sbc.c | 184 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) in A2D_BldSbcMplHdr()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_ble.c | 26 static void btc_ble_mesh_ble_copy_req_data(btc_msg_t *msg, void *p_dst, void *p_src) in btc_ble_mesh_ble_copy_req_data()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_sco.c | 653 INT32 BTA_DmPcmResample (void *p_src, UINT32 in_bytes, void *p_dst) in BTA_DmPcmResample()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 1361 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len) in copy_extra_byte_in_db()
|
D | gatt_utils.c | 1176 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) in gatt_build_uuid_to_stream()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 2166 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst, in btm_ble_build_adv_data()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 1280 #define BTM_SEC_COPY_TRUSTED_DEVICE(p_src, p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SER… argument 1284 #define BTM_SEC_CLR_TRUSTED_DEVICE(p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARR… argument
|