Searched refs:num_uuid (Results 1 - 16 of 16) sorted by relevance

/system/bt/tools/bdtool/
H A Dadapter.c229 size_t num_uuid; local
230 const bt_uuid_t *uuid = property_as_uuids(property, &num_uuid);
232 for (size_t i = 0; i < num_uuid; i++) {
/system/bt/bta/dm/
H A Dbta_dm_api.c334 p_msg->num_uuid = 0;
596 UINT8 num_uuid, max_num_uuid = 32; local
601 BTM_GetEirUuidList( p_eir, LEN_UUID_16, &num_uuid, uuid_list, max_num_uuid);
602 for( xx = 0; xx < num_uuid; xx++ )
1313 sizeof(tBT_UUID) * p_services->num_uuid) :
1330 p_msg->num_uuid = p_services->num_uuid;
1331 if (p_services->num_uuid != 0)
1334 memcpy(p_msg->p_uuid, p_services->p_uuid, sizeof(tBT_UUID) * p_services->num_uuid);
1349 ** peer device. When services.num_uuid i
[all...]
H A Dbta_dm_act.c1133 UINT16 len = (UINT16)(sizeof(tBT_UUID) * p_data->search.num_uuid);
1154 if ((bta_dm_search_cb.num_uuid = p_data->search.num_uuid) != 0 &&
1257 UINT16 len = (UINT16)(sizeof(tBT_UUID) * p_data->discover.num_uuid);
1268 if ((bta_dm_search_cb.num_uuid = p_data->discover.num_uuid) != 0 &&
1278 bta_dm_search_cb.uuid_to_search = bta_dm_search_cb.num_uuid;
1610 p_uuid += (bta_dm_search_cb.num_uuid - bta_dm_search_cb.uuid_to_search);
2141 bta_dm_search_cb.num_uuid - bta_dm_search_cb.uuid_to_search),
2345 bta_dm_search_cb.uuid_to_search = bta_dm_search_cb.num_uuid;
3802 UINT8 num_uuid; local
[all...]
H A Dbta_dm_int.h189 UINT8 num_uuid; member in struct:__anon78
204 UINT8 num_uuid; member in struct:__anon79
940 UINT8 num_uuid; member in struct:__anon137
/system/bt/bta/ag/
H A Dbta_ag_sdp.c410 UINT16 num_uuid = 1; local
447 num_uuid = 2;
464 db_inited = SDP_InitDiscoveryDb(p_scb->p_disc_db, BTA_AG_DISC_BUF_SIZE, num_uuid,
/system/bt/bta/hf_client/
H A Dbta_hf_client_sdp.c309 UINT16 num_uuid = 1; local
342 db_inited = SDP_InitDiscoveryDb(bta_hf_client_cb.scb.p_disc_db, GKI_MAX_BUF_SIZE, num_uuid,
/system/bt/stack/sdp/
H A Dsdp_api.c54 ** num_uuid - (input) number of UUID filters applied
65 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid, argument
73 num_attr > SDP_MAX_ATTR_FILTERS || num_uuid > SDP_MAX_UUID_FILTERS)
75 SDP_TRACE_ERROR("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d",
76 (UINT32)p_db, len, num_uuid, num_attr);
88 for (xx = 0; xx < num_uuid; xx++)
91 p_db->num_uuid_filters = num_uuid;
/system/bt/bta/jv/
H A Dbta_jv_api.c240 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid, argument
251 p_msg->num_uuid = num_uuid;
252 memcpy(p_msg->uuid_list, p_uuid_list, num_uuid * sizeof(tSDP_UUID));
H A Dbta_jv_int.h85 UINT16 num_uuid; member in struct:__anon507
H A Dbta_jv_act.c929 APPL_TRACE_DEBUG("call SDP_InitDiscoveryDb, p_data->start_discovery.num_uuid:%d",
930 p_data->start_discovery.num_uuid);
932 p_data->start_discovery.num_uuid, p_data->start_discovery.uuid_list, 0, NULL);
/system/bt/stack/include/
H A Dsdp_api.h200 UINT16 num_uuid,
H A Dbtm_api.h2647 extern void BTM_SetDiscoveryParams (UINT16 num_uuid, tSDP_UUID *p_uuid_list,
/system/bt/stack/btm/
H A Dbtm_inq.c2894 UINT8 num_uuid; local
2899 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_16, &num_uuid, &type );
2914 for( yy = 0; yy < num_uuid; yy++ )
2921 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_32, &num_uuid, &type );
2924 for( yy = 0; yy < num_uuid; yy++ )
2933 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_128, &num_uuid, &type );
2936 for( yy = 0; yy < num_uuid; yy++ )
/system/bt/bta/include/
H A Dbta_jv_api.h530 extern tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
H A Dbta_api.h163 UINT8 num_uuid; member in struct:__anon271
1931 ** for all GATT based service condition, put num_uuid, and
1948 ** peer device. When services.num_uuid is 0, it indicates all
1967 ** peer device. When services.num_uuid is 0, it indicates all
/system/bt/btif/src/
H A Dbtif_dm.c2603 mask_ext.num_uuid = 0;

Completed in 778 milliseconds