Home
last modified time | relevance | path

Searched refs:num_service (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2308 p_data->p_services->num_service != 0 && in btm_ble_build_adv_data()
2310 if (p_data->p_services->num_service * LEN_UUID_16 > (len - MIN_ADV_LENGTH)) { in btm_ble_build_adv_data()
2315 cp_len = p_data->p_services->num_service; in btm_ble_build_adv_data()
2329 p_data->p_service_32b->num_service != 0 && in btm_ble_build_adv_data()
2331 if ((p_data->p_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) { in btm_ble_build_adv_data()
2336 cp_len = p_data->p_service_32b->num_service; in btm_ble_build_adv_data()
2365 p_data->p_sol_service_32b->num_service != 0 && in btm_ble_build_adv_data()
2367 if ((p_data->p_sol_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) { in btm_ble_build_adv_data()
2371 cp_len = p_data->p_sol_service_32b->num_service; in btm_ble_build_adv_data()
3053 p_adv_data->service.num_service = (ad_len - 1) / 2;
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h421 UINT8 num_service; member
428 UINT8 num_service; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c268 bta_adv_data->p_services->num_service = 0; in btc_to_bta_adv_data()
276 ++bta_adv_data->p_services->num_service; in btc_to_bta_adv_data()
287 bta_adv_data->p_service_32b->num_service = 0; in btc_to_bta_adv_data()
296 ++bta_adv_data->p_service_32b->num_service; in btc_to_bta_adv_data()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h368 UINT8 num_service; member