Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h370 } tBTA_BLE_SERVICE; typedef
402 tBTA_BLE_SERVICE *p_services; /* 16 bits services */
405 tBTA_BLE_SERVICE *p_sol_services; /* 16 bits services Solicitation UUIDs */
486 tBTA_BLE_SERVICE service;
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c265 bta_adv_data->p_services = osi_malloc(sizeof(tBTA_BLE_SERVICE)); in btc_to_bta_adv_data()