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.c412 uint32_t num_uuids = 0; in cfg2prop() local
413 btif_in_split_uuids_string_to_list(value, p_uuid, &num_uuids); in cfg2prop()
414 prop->len = num_uuids * sizeof(bt_uuid_t); in cfg2prop()
618 uint32_t num_uuids = 0; in btif_storage_get_adapter_property() local
634 p_uuid+num_uuids); in btif_storage_get_adapter_property()
635 num_uuids++; in btif_storage_get_adapter_property()
641 p_uuid+num_uuids); in btif_storage_get_adapter_property()
642 num_uuids++; in btif_storage_get_adapter_property()
647 p_uuid+num_uuids); in btif_storage_get_adapter_property()
648 num_uuids++; in btif_storage_get_adapter_property()
[all …]
Dbtif_dm.c593 if (p_src_data->disc_res.num_uuids > 0) in search_services_copy_cb()
598 p_src_data->disc_res.num_uuids*MAX_UUID_SIZE); in search_services_copy_cb()
1098 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) in btif_dm_search_services_evt()
1101 prop.len = p_data->disc_res.num_uuids * MAX_UUID_SIZE; in btif_dm_search_services_evt()
1102 for (i=0; i < p_data->disc_res.num_uuids; i++) in btif_dm_search_services_evt()
1680 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) { in bte_dm_search_services_evt()
1681 param_len += (p_data->disc_res.num_uuids * MAX_UUID_SIZE); in bte_dm_search_services_evt()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c619 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids, in SDP_AddUuidSequence() argument
637 for (xx = 0; xx < num_uuids ; xx++, p_uuids++) in SDP_AddUuidSequence()
644 … 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.c1632 UINT32 num_uuids = 0; in bta_dm_sdp_result() local
1729 sdpu_uuid16_to_uuid128(tmp_svc, uuid_list[num_uuids]); in bta_dm_sdp_result()
1730 num_uuids++; in bta_dm_sdp_result()
1771 memcpy(uuid_list[num_uuids], temp_uuid.uu.uuid128, MAX_UUID_SIZE); in bta_dm_sdp_result()
1772 num_uuids++; in bta_dm_sdp_result()
1798 p_msg->disc_result.result.disc_res.num_uuids = num_uuids; in bta_dm_sdp_result()
1800 if (num_uuids > 0) { in bta_dm_sdp_result()
1801 … p_msg->disc_result.result.disc_res.p_uuid_list = (UINT8*)GKI_getbuf(num_uuids*MAX_UUID_SIZE); in bta_dm_sdp_result()
1804 num_uuids*MAX_UUID_SIZE); in bta_dm_sdp_result()
1806 p_msg->disc_result.result.disc_res.num_uuids = 0; in bta_dm_sdp_result()
[all …]
/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h520 UINT16 num_uuids, UINT16 *p_uuids);
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h867 UINT32 num_uuids; member