Home
last modified time | relevance | path

Searched refs:p_service_data (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c102 if (bta_adv_data->p_service_data != NULL) { in btc_cleanup_adv_data()
103 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_service_data->p_val); in btc_cleanup_adv_data()
104 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_service_data); in btc_cleanup_adv_data()
179 if (p_adv_data->service_data_len > 0 && p_adv_data->p_service_data != NULL) { in btc_to_bta_adv_data()
186 memcpy(p_elem_service_data->p_val, p_adv_data->p_service_data, in btc_to_bta_adv_data()
1175 if (src->cfg_adv_data.adv_data.p_service_data) { in btc_gap_ble_arg_deep_copy()
1176 …dst->cfg_adv_data.adv_data.p_service_data = osi_malloc(src->cfg_adv_data.adv_data.service_data_len… in btc_gap_ble_arg_deep_copy()
1177 …memcpy(dst->cfg_adv_data.adv_data.p_service_data, src->cfg_adv_data.adv_data.p_service_data, src->… in btc_gap_ble_arg_deep_copy()
1324 if (adv->p_service_data) { in btc_gap_ble_arg_deep_free()
1325 osi_free(adv->p_service_data); in btc_gap_ble_arg_deep_free()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2344 p_data && p_data->p_service_data->len != 0 && p_data->p_service_data->p_val) { in btm_ble_build_adv_data()
2345 if (len > (p_data->p_service_data->service_uuid.len + MIN_ADV_LENGTH)) { in btm_ble_build_adv_data()
2346 if (p_data->p_service_data->len > (len - MIN_ADV_LENGTH)) { in btm_ble_build_adv_data()
2347 cp_len = len - MIN_ADV_LENGTH - p_data->p_service_data->service_uuid.len; in btm_ble_build_adv_data()
2349 cp_len = p_data->p_service_data->len; in btm_ble_build_adv_data()
2352 *p++ = cp_len + 1 + p_data->p_service_data->service_uuid.len; in btm_ble_build_adv_data()
2353 if (p_data->p_service_data->service_uuid.len == LEN_UUID_16) { in btm_ble_build_adv_data()
2355 UINT16_TO_STREAM(p, p_data->p_service_data->service_uuid.uu.uuid16); in btm_ble_build_adv_data()
2356 } else if (p_data->p_service_data->service_uuid.len == LEN_UUID_32) { in btm_ble_build_adv_data()
2358 UINT32_TO_STREAM(p, p_data->p_service_data->service_uuid.uu.uuid32); in btm_ble_build_adv_data()
[all …]
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c43 .p_service_data = NULL,
57 .p_service_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c102 .p_service_data = NULL,
119 .p_service_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c76 .p_service_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c110 .p_service_data = NULL,
127 .p_service_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c131 .p_service_data = NULL,
147 .p_service_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c108 .p_service_data = NULL,
124 .p_service_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c58 .p_service_data = NULL,
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c56 .p_service_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c136 .p_service_data = NULL,
153 .p_service_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md182 uint8_t *p_service_data; /*!< Service data point */
202 .p_service_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c611 .p_service_data = NULL, in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c614 .p_service_data = NULL, in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h385 uint8_t *p_service_data; /*!< Service data point */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h467 tBTM_BLE_SERVICE_DATA *p_service_data; /* service data */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h407 tBTA_BLE_SERVICE_DATA *p_service_data; /* service data */ member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md223 uint8_t *p_service_data; /*!< Service data point */
242 .p_service_data = NULL,