Home
last modified time | relevance | path

Searched refs:num_uuids (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_storage.c379 uint32_t num_uuids = 0; in cfg2prop() local
380 btif_in_split_uuids_string_to_list(value, p_uuid, &num_uuids); in cfg2prop()
381 prop->len = num_uuids * sizeof(bt_uuid_t); in cfg2prop()
533 uint32_t num_uuids = 0; in btif_storage_get_adapter_property() local
549 p_uuid+num_uuids); in btif_storage_get_adapter_property()
550 num_uuids++; in btif_storage_get_adapter_property()
556 p_uuid+num_uuids); in btif_storage_get_adapter_property()
557 num_uuids++; in btif_storage_get_adapter_property()
562 p_uuid+num_uuids); in btif_storage_get_adapter_property()
563 num_uuids++; in btif_storage_get_adapter_property()
[all …]
Dbtif_dm.c490 (p_src_data->disc_res.num_uuids > 0)) in search_services_copy_cb()
494 p_src_data->disc_res.num_uuids*MAX_UUID_SIZE); in search_services_copy_cb()
974 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) in btif_dm_search_services_evt()
977 prop.len = p_data->disc_res.num_uuids * MAX_UUID_SIZE; in btif_dm_search_services_evt()
978 for (i=0; i < p_data->disc_res.num_uuids; i++) in btif_dm_search_services_evt()
1394 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) { in bte_dm_search_services_evt()
1395 param_len += (p_data->disc_res.num_uuids * MAX_UUID_SIZE); in bte_dm_search_services_evt()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c611 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids, in SDP_AddUuidSequence() argument
621 for (xx = 0; xx < num_uuids ; xx++, p_uuids++) in SDP_AddUuidSequence()
628 … SDP_TRACE_WARNING2 ("SDP_AddUuidSequence - too long, add %d uuids of %d", xx, num_uuids); in SDP_AddUuidSequence()
Dsdp_discovery.c71 static UINT8 *sdpu_build_uuid_seq (UINT8 *p_out, UINT16 num_uuids, tSDP_UUID *p_uuid_list) in sdpu_build_uuid_seq() argument
84 for (xx = 0; xx < num_uuids; xx++, p_uuid_list++) in sdpu_build_uuid_seq()
Dsdp_api.c939 UINT16 num_uuids = 1; in SDP_DiDiscover() local
947 if ( SDP_InitDiscoveryDb(p_db, len, num_uuids, &init_uuid, 0, NULL) ) in SDP_DiDiscover()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c1513 UINT32 num_uuids = 0; in bta_dm_sdp_result() local
1609 sdpu_uuid16_to_uuid128(tmp_svc, uuid_list[num_uuids]); in bta_dm_sdp_result()
1610 num_uuids++; in bta_dm_sdp_result()
1651 memcpy(uuid_list[num_uuids], temp_uuid.uu.uuid128, MAX_UUID_SIZE); in bta_dm_sdp_result()
1652 num_uuids++; in bta_dm_sdp_result()
1678 p_msg->disc_result.result.disc_res.num_uuids = num_uuids; in bta_dm_sdp_result()
1680 if (num_uuids > 0) { in bta_dm_sdp_result()
1681 … p_msg->disc_result.result.disc_res.p_uuid_list = (UINT8*)GKI_getbuf(num_uuids*MAX_UUID_SIZE); in bta_dm_sdp_result()
1684 num_uuids*MAX_UUID_SIZE); in bta_dm_sdp_result()
1686 p_msg->disc_result.result.disc_res.num_uuids = 0; in bta_dm_sdp_result()
/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h520 UINT16 num_uuids, UINT16 *p_uuids);
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h769 UINT32 num_uuids; member