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/ |
D | btc_gap_ble.c | 102 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/ |
D | btm_ble_gap.c | 2344 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/ |
D | bluedroid_gatts.c | 43 .p_service_data = NULL, 57 .p_service_data = NULL,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/ |
D | gatts_table_creat_demo.c | 102 .p_service_data = NULL, 119 .p_service_data = NULL,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | ble_hidd_demo_main.c | 76 .p_service_data = NULL,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 110 .p_service_data = NULL, 127 .p_service_data = NULL,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/ |
D | example_ble_server_throughput.c | 131 .p_service_data = NULL, 147 .p_service_data = NULL,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | gatts_demo.c | 108 .p_service_data = NULL, 124 .p_service_data = NULL,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 58 .p_service_data = NULL,
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 56 .p_service_data = NULL,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 136 .p_service_data = NULL, 153 .p_service_data = NULL,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 182 uint8_t *p_service_data; /*!< Service data point */ 202 .p_service_data = NULL,
|
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/ |
D | esp_hid_gap.c | 611 .p_service_data = NULL, in esp_hid_ble_gap_adv_init()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/ |
D | esp_hid_gap.c | 614 .p_service_data = NULL, in esp_hid_ble_gap_adv_init()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 385 uint8_t *p_service_data; /*!< Service data point */ member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 467 tBTM_BLE_SERVICE_DATA *p_service_data; /* service data */ member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 407 tBTA_BLE_SERVICE_DATA *p_service_data; /* service data */ member
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 223 uint8_t *p_service_data; /*!< Service data point */ 242 .p_service_data = NULL,
|