Searched defs:num_uuid (Results 1 - 9 of 9) sorted by relevance
/external/bluetooth/bluedroid/bta/ag/ |
H A D | 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/ |
H A D | 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, 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 D | bta_jv_api.c | 618 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 D | bta_jv_int.h | 121 UINT16 num_uuid; member in struct:__anon856
|
/external/bluetooth/bluedroid/bta/dm/ |
H A D | 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++ ) 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 D | bta_dm_act.c | 1193 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 D | bta_dm_int.h | 199 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 D | btm_inq.c | 3375 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 D | bta_api.h | 164 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