Home
last modified time | relevance | path

Searched refs:p_manufacturer_data (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c704 eir_config.bta_dm_eir_manufac_spec = eir_data->p_manufacturer_data; in btc_gap_bt_config_eir()
830 if (src->config_eir.eir_data.p_manufacturer_data) { in btc_gap_bt_arg_deep_copy()
831 …dst->config_eir.eir_data.p_manufacturer_data = osi_malloc(src->config_eir.eir_data.manufacturer_le… in btc_gap_bt_arg_deep_copy()
832 if (dst->config_eir.eir_data.p_manufacturer_data != NULL) { in btc_gap_bt_arg_deep_copy()
833 …memcpy(dst->config_eir.eir_data.p_manufacturer_data, src->config_eir.eir_data.p_manufacturer_data,… in btc_gap_bt_arg_deep_copy()
886 if (arg->config_eir.eir_data.p_manufacturer_data) { in btc_gap_bt_arg_deep_free()
887 osi_free(arg->config_eir.eir_data.p_manufacturer_data); in btc_gap_bt_arg_deep_free()
Dbtc_gap_ble.c166 if (p_adv_data->manufacturer_len > 0 && p_adv_data->p_manufacturer_data != NULL) { in btc_to_bta_adv_data()
173 …memcpy(bta_adv_data->p_manu->p_val, p_adv_data->p_manufacturer_data, p_adv_data->manufacturer_len); in btc_to_bta_adv_data()
1169 if (src->cfg_adv_data.adv_data.p_manufacturer_data) { in btc_gap_ble_arg_deep_copy()
1170 …dst->cfg_adv_data.adv_data.p_manufacturer_data = osi_malloc(src->cfg_adv_data.adv_data.manufacture… in btc_gap_ble_arg_deep_copy()
1171 …memcpy(dst->cfg_adv_data.adv_data.p_manufacturer_data, src->cfg_adv_data.adv_data.p_manufacturer_d… in btc_gap_ble_arg_deep_copy()
1332 if (adv->p_manufacturer_data) { in btc_gap_ble_arg_deep_free()
1333 osi_free(adv->p_manufacturer_data); in btc_gap_ble_arg_deep_free()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c56 .p_manufacturer_data = NULL, //&test_manufacturer[0],
68 .p_manufacturer_data = test_manufacturer,
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c41 .p_manufacturer_data = NULL, //&test_manufacturer[0],
55 .p_manufacturer_data = NULL, //&test_manufacturer[0],
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c100 .p_manufacturer_data = NULL, //test_manufacturer,
117 .p_manufacturer_data = NULL, //&test_manufacturer[0],
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c74 .p_manufacturer_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c108 .p_manufacturer_data = NULL, //test_manufacturer,
125 .p_manufacturer_data = NULL, //&test_manufacturer[0],
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h119 uint8_t *p_manufacturer_data; /*!< Manufacturer data point */ member
Desp_gap_ble_api.h383 uint8_t *p_manufacturer_data; /*!< Manufacturer data point */ member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c129 .p_manufacturer_data = NULL, //&test_manufacturer[0],
145 .p_manufacturer_data = NULL, //&test_manufacturer[0],
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c106 .p_manufacturer_data = NULL, //&test_manufacturer[0],
122 .p_manufacturer_data = NULL, //&test_manufacturer[0],
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_bt_api.c166 if ((eir_data->manufacturer_len > 0 && eir_data->p_manufacturer_data == NULL) in esp_bt_gap_config_eir_data()
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c54 .p_manufacturer_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c134 .p_manufacturer_data = NULL,
151 .p_manufacturer_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c96 .p_manufacturer_data = NULL,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md180 uint8_t *p_manufacturer_data; /*!< Manufacturer data point */
200 .p_manufacturer_data = NULL, //&test_manufacturer[0],
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c609 .p_manufacturer_data = NULL, in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c612 .p_manufacturer_data = NULL, in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md221 uint8_t *p_manufacturer_data; /*!< Manufacturer data point */
240 .p_manufacturer_data = NULL, //&test_manufacturer[0],