Searched defs:num_uuid (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sdp.c408 UINT16 num_uuid = 1; local
445 num_uuid = 2;
462 db_inited = SDP_InitDiscoveryDb(p_scb->p_disc_db, BTA_AG_DISC_BUF_SIZE, num_uuid,
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c60 ** num_uuid - (input) number of UUID filters applied
71 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid, argument
79 num_attr > SDP_MAX_ATTR_FILTERS || num_uuid > SDP_MAX_UUID_FILTERS)
81 SDP_TRACE_ERROR4("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d",
82 (UINT32)p_db, len, num_uuid, num_attr);
94 for (xx = 0; xx < num_uuid; xx++)
97 p_db->num_uuid_filters = num_uuid;
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_api.c618 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid, argument
629 p_msg->num_uuid = num_uuid;
630 memcpy(p_msg->uuid_list, p_uuid_list, num_uuid * sizeof(tSDP_UUID));
H A Dbta_jv_int.h121 UINT16 num_uuid; member in struct:__anon856
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c482 p_msg->num_uuid = 0;
1035 UINT8 num_uuid, max_num_uuid = 32; local
1040 BTM_GetEirUuidList( p_eir, LEN_UUID_16, &num_uuid, uuid_list, max_num_uuid);
1041 for( xx = 0; xx < num_uuid; xx++ )
1604 ** peer device. When services.num_uuid is 0, it indicates all
1619 UINT16 len = p_services ? (sizeof(tBTA_DM_API_DISCOVER) + sizeof(tBT_UUID) * p_services->num_uuid) :
1634 p_msg->num_uuid = p_services->num_uuid;
1636 if (p_services->num_uuid != 0)
1639 memcpy(p_msg->p_uuid, p_services->p_uuid, sizeof(tBT_UUID) * p_services->num_uuid);
[all...]
H A Dbta_dm_act.c1193 UINT16 len = (UINT16)(sizeof(tBT_UUID) * p_data->search.num_uuid);
1212 if ((bta_dm_search_cb.num_uuid = p_data->search.num_uuid) != 0 &&
1295 UINT16 len = (UINT16)(sizeof(tBT_UUID) * p_data->discover.num_uuid);
1305 if ((bta_dm_search_cb.num_uuid = p_data->discover.num_uuid) != 0 &&
1315 bta_dm_search_cb.uuid_to_search = bta_dm_search_cb.num_uuid;
1677 p_uuid += (bta_dm_search_cb.num_uuid - bta_dm_search_cb.uuid_to_search);
2225 bta_dm_search_cb.num_uuid - bta_dm_search_cb.uuid_to_search),
2415 bta_dm_search_cb.uuid_to_search = bta_dm_search_cb.num_uuid;
4048 UINT8 num_uuid; local
[all...]
H A Dbta_dm_int.h199 UINT8 num_uuid; member in struct:__anon472
213 UINT8 num_uuid; member in struct:__anon473
817 UINT8 num_uuid; member in struct:__anon521
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c3375 UINT8 num_uuid; local
3380 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_16, &num_uuid, &type );
3395 for( yy = 0; yy < num_uuid; yy++ )
3402 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_32, &num_uuid, &type );
3405 for( yy = 0; yy < num_uuid; yy++ )
3414 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_128, &num_uuid, &type );
3417 for( yy = 0; yy < num_uuid; yy++ )
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h164 UINT8 num_uuid; member in struct:__anon635
1798 ** for all GATT based service condition, put num_uuid, and
1815 ** peer device. When services.num_uuid is 0, it indicates all

Completed in 105 milliseconds