Searched refs:p_service_uuid (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_api.c | 153 void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, const tBT_UUID * p_service_uuid, UINT8 inst, in BTA_GATTS_CreateService() argument 163 memcpy(&p_buf->service_uuid, p_service_uuid, sizeof(tBT_UUID)); in BTA_GATTS_CreateService()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 255 if (p_adv_data->service_uuid_len && p_adv_data->p_service_uuid) { in btc_to_bta_adv_data() 261 btc128_to_bta_uuid(&bt_uuid, p_adv_data->p_service_uuid + position); in btc_to_bta_adv_data() 1597 if (src->cfg_adv_data.adv_data.p_service_uuid) { in btc_gap_ble_arg_deep_copy() 1598 …dst->cfg_adv_data.adv_data.p_service_uuid = osi_malloc(src->cfg_adv_data.adv_data.service_uuid_len… in btc_gap_ble_arg_deep_copy() 1599 …memcpy(dst->cfg_adv_data.adv_data.p_service_uuid, src->cfg_adv_data.adv_data.p_service_uuid, src->… in btc_gap_ble_arg_deep_copy() 1794 if (adv->p_service_uuid) { in btc_gap_ble_arg_deep_free() 1795 osi_free(adv->p_service_uuid); in btc_gap_ble_arg_deep_free()
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 58 .p_service_uuid = blufi_service_uuid128,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 1330 extern void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, const tBT_UUID * p_service_uuid,
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 446 uint8_t *p_service_uuid; /*!< Service uuid array point */ member
|