Home
last modified time | relevance | path

Searched refs:db_len (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/
Da2dpFuzzHelpers.h40 db_params.db_len = fdp->ConsumeIntegralInRange<uint32_t>(0, MAX_DB_SIZE); in generateDBParams()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_api.h59 uint32_t db_len; /* Length, in bytes, of the discovery database */ member
Dhidh_api.h102 tSDP_DISCOVERY_DB* p_db, uint32_t db_len,
Davrc_api.h199 uint32_t db_len; /* Length, in bytes, of the discovery database */ member
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_api.cc330 a2dp_cb.find.p_db = (tSDP_DISCOVERY_DB*)osi_malloc(p_db->db_len); in A2DP_FindService()
334 a2dp_cb.find.p_db, p_db->db_len, 1, &uuid_list, p_db->num_attr, in A2DP_FindService()
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_api.cc65 tSDP_DISCOVERY_DB* p_db, uint32_t db_len, in HID_HostGetSDPRecord() argument
76 p_db, db_len, 1, &uuid_list, 0, NULL)) { in HID_HostGetSDPRecord()
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_sdp.cc145 p_db->p_db, p_db->db_len, 1, &uuid_list, p_db->num_attr, p_db->p_attrs); in AVRC_FindService()
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc201 db_params.db_len = in SdpLookup()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc67 .db_len = BT_DEFAULT_BUFFER_SIZE, in find_audio_sink_service()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc2659 db_params.db_len = BTA_AV_DISC_BUF_SIZE; in bta_av_rc_disc()
Dbta_av_aact.cc818 db_params.db_len = BTA_AV_DISC_BUF_SIZE; in bta_av_do_disc_a2dp()