Searched refs:db_len (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/include/ |
D | a2dp_api.h | 56 uint32_t db_len; /* Length, in bytes, of the discovery database */ member
|
D | hidh_api.h | 104 uint32_t db_len,
|
D | avrc_api.h | 150 uint32_t db_len; /* Length, in bytes, of the discovery database */ member
|
/system/bt/stack/a2dp/ |
D | a2dp_api.cc | 303 a2dp_cb.find.p_db = (tSDP_DISCOVERY_DB*)osi_malloc(p_db->db_len); in A2DP_FindService() 306 result = SDP_InitDiscoveryDb(a2dp_cb.find.p_db, p_db->db_len, 1, &uuid_list, in A2DP_FindService()
|
/system/bt/stack/avrc/ |
D | avrc_sdp.cc | 131 result = SDP_InitDiscoveryDb(p_db->p_db, p_db->db_len, 1, &uuid_list, in AVRC_FindService()
|
/system/bt/stack/hid/ |
D | hidh_api.cc | 54 tSDP_DISCOVERY_DB* p_db, uint32_t db_len, in HID_HostGetSDPRecord() argument 61 SDP_InitDiscoveryDb(p_db, db_len, 1, &uuid_list, 0, NULL); in HID_HostGetSDPRecord()
|
/system/bt/profile/avrcp/ |
D | connection_handler.cc | 170 db_params.db_len = in SdpLookup()
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 2219 db_params.db_len = BTA_AV_DISC_BUF_SIZE; in bta_av_rc_disc()
|
D | bta_av_aact.cc | 862 db_params.db_len = BTA_AV_DISC_BUF_SIZE; in bta_av_do_disc_a2dp()
|