HomeSort by relevance Sort by last modified time
    Searched refs:num_uuid (Results 1 - 16 of 16) sorted by null

  /system/bt/tools/bdtool/
adapter.c 229 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/
bta_dm_api.c 289 p_msg->num_uuid = 0;
520 UINT8 num_uuid, max_num_uuid = 32; local
525 BTM_GetEirUuidList( p_eir, LEN_UUID_16, &num_uuid, uuid_list, max_num_uuid);
526 for( xx = 0; xx < num_uuid; xx++ )
    [all...]
bta_dm_act.c 3719 UINT8 num_uuid; local
    [all...]
bta_dm_int.h 187 UINT8 num_uuid; member in struct:__anon72791
202 UINT8 num_uuid; member in struct:__anon72792
933 UINT8 num_uuid; member in struct:__anon72850
    [all...]
  /system/bt/bta/ag/
bta_ag_sdp.c 408 UINT16 num_uuid = 1; local
445 num_uuid = 2;
460 num_uuid, uuid_list, num_attr, attr_list);
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 304 UINT16 num_uuid = 1; local
336 BT_DEFAULT_BUFFER_SIZE, num_uuid,
  /system/bt/bta/jv/
bta_jv_api.c 222 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
232 p_msg->num_uuid = num_uuid;
233 memcpy(p_msg->uuid_list, p_uuid_list, num_uuid * sizeof(tSDP_UUID));
    [all...]
bta_jv_int.h 84 UINT16 num_uuid; member in struct:__anon73209
bta_jv_act.c 913 APPL_TRACE_DEBUG("call SDP_InitDiscoveryDb, p_data->start_discovery.num_uuid:%d",
914 p_data->start_discovery.num_uuid);
916 p_data->start_discovery.num_uuid, p_data->start_discovery.uuid_list, 0, NULL);
    [all...]
  /system/bt/stack/sdp/
sdp_api.c 56 ** num_uuid - (input) number of UUID filters applied
67 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
75 num_attr > SDP_MAX_ATTR_FILTERS || num_uuid > SDP_MAX_UUID_FILTERS)
77 SDP_TRACE_ERROR("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d",
78 PTR_TO_UINT(p_db), len, num_uuid, num_attr);
90 for (xx = 0; xx < num_uuid; xx++)
93 p_db->num_uuid_filters = num_uuid;
    [all...]
  /system/bt/stack/include/
sdp_api.h 191 UINT16 num_uuid,
btm_api.h     [all...]
  /system/bt/stack/btm/
btm_inq.c 2919 UINT8 num_uuid; local
    [all...]
  /system/bt/bta/include/
bta_jv_api.h 494 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
    [all...]
bta_api.h 156 UINT8 num_uuid; member in struct:__anon72986
    [all...]
  /system/bt/btif/src/
btif_dm.c     [all...]

Completed in 2522 milliseconds