Home
last modified time | relevance | path

Searched refs:p_services (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c930 void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services ) in BTA_GetEirService() argument
943 *p_services |= mask; in BTA_GetEirService()
951 *p_services |= BTA_HSP_SERVICE_MASK; in BTA_GetEirService()
955 *p_services |= BTA_HL_SERVICE_MASK; in BTA_GetEirService()
959 *p_services |= BTA_HL_SERVICE_MASK; in BTA_GetEirService()
1898 static void bta_dm_discover_send_msg(BD_ADDR bd_addr, tBTA_SERVICE_MASK_EXT *p_services, in bta_dm_discover_send_msg() argument
1903 UINT16 len = p_services ? (sizeof(tBTA_DM_API_DISCOVER) + in bta_dm_discover_send_msg()
1904 sizeof(tBT_UUID) * p_services->num_uuid) : in bta_dm_discover_send_msg()
1916 if (p_services != NULL) { in bta_dm_discover_send_msg()
1918 p_msg->services = p_services->srvc_mask; in bta_dm_discover_send_msg()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c139 if (bta_adv_data->p_services != NULL) { in btc_cleanup_adv_data()
140 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_services->p_uuid); in btc_cleanup_adv_data()
141 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_services); in btc_cleanup_adv_data()
265 if (NULL == bta_adv_data->p_services) { in btc_to_bta_adv_data()
266 bta_adv_data->p_services = osi_malloc(sizeof(tBTA_BLE_SERVICE)); in btc_to_bta_adv_data()
267 bta_adv_data->p_services->list_cmpl = FALSE; in btc_to_bta_adv_data()
268 bta_adv_data->p_services->num_service = 0; in btc_to_bta_adv_data()
269 …bta_adv_data->p_services->p_uuid = osi_malloc(p_adv_data->service_uuid_len / LEN_UUID_128 * LEN_UU… in btc_to_bta_adv_data()
270 p_uuid_out16 = bta_adv_data->p_services->p_uuid; in btc_to_bta_adv_data()
273 if (NULL != bta_adv_data->p_services->p_uuid) { in btc_to_bta_adv_data()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h403 tBTA_BLE_SERVICE *p_services; /* 16 bits services */ member
2118 extern void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services );
2473 extern void BTA_DmSearchExt(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK_EXT *p_services,
2491 extern void BTA_DmDiscoverExt(BD_ADDR bd_addr, tBTA_SERVICE_MASK_EXT *p_services,
2510 extern void BTA_DmDiscoverByTransport(BD_ADDR bd_addr, tBTA_SERVICE_MASK_EXT *p_services,
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2307 p_data && p_data->p_services && in btm_ble_build_adv_data()
2308 p_data->p_services->num_service != 0 && in btm_ble_build_adv_data()
2309 p_data->p_services->p_uuid) { 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()
2320 UINT16_TO_STREAM(p, *(p_data->p_services->p_uuid + i)); in btm_ble_build_adv_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h465 tBTM_BLE_SERVICE *p_services; /* services */ member