Home
last modified time | relevance | path

Searched refs:tBTA_BLE_SERVICE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h368 } tBTA_BLE_SERVICE; typedef
400 tBTA_BLE_SERVICE *p_services; /* 16 bits services */
403 tBTA_BLE_SERVICE *p_sol_services; /* 16 bits services Solicitation UUIDs */
484 tBTA_BLE_SERVICE service;
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c223 bta_adv_data->p_services = osi_malloc(sizeof(tBTA_BLE_SERVICE)); in btc_to_bta_adv_data()