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

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 482 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++ )
    [all...]
bta_dm_act.c 4028 UINT8 num_uuid; local
    [all...]
bta_dm_int.h 197 UINT8 num_uuid; member in struct:__anon2878
211 UINT8 num_uuid; member in struct:__anon2879
815 UINT8 num_uuid; member in struct:__anon2927
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 408 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/
sdp_api.c 60 ** num_uuid - (input) number of UUID filters applied
71 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
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;
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 618 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
629 p_msg->num_uuid = num_uuid;
630 memcpy(p_msg->uuid_list, p_uuid_list, num_uuid * sizeof(tSDP_UUID));
    [all...]
bta_jv_int.h 121 UINT16 num_uuid; member in struct:__anon3260
bta_jv_act.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 205 UINT16 num_uuid,
btm_api.h     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 3336 UINT8 num_uuid; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 758 BTA_API extern tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
    [all...]
bta_api.h 164 UINT8 num_uuid; member in struct:__anon3040
    [all...]

Completed in 359 milliseconds