Searched refs:bluetooth_sdp_record (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 302 impl From<bindings::bluetooth_sdp_record> for BtSdpRecord { 303 fn from(item: bindings::bluetooth_sdp_record) -> Self { in from() 347 fn get_unsafe_record<'a>(&'a mut self) -> bindings::bluetooth_sdp_record { in get_unsafe_record() argument 350 bindings::bluetooth_sdp_record { hdr: BtSdpRecord::convert_header(hdr) } in get_unsafe_record() 352 BtSdpRecord::MapMas(mas) => bindings::bluetooth_sdp_record { in get_unsafe_record() 360 BtSdpRecord::MapMns(mns) => bindings::bluetooth_sdp_record { in get_unsafe_record() 366 BtSdpRecord::PbapPse(pse) => bindings::bluetooth_sdp_record { in get_unsafe_record() 373 BtSdpRecord::PbapPce(pce) => bindings::bluetooth_sdp_record { in get_unsafe_record() 378 BtSdpRecord::OppServer(ops) => bindings::bluetooth_sdp_record { in get_unsafe_record() 385 BtSdpRecord::SapServer(sap) => bindings::bluetooth_sdp_record { in get_unsafe_record() [all …]
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sdp.cc | 51 bt_status_t create_sdp_record(bluetooth_sdp_record* records, 58 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count); 59 void copy_sdp_records(bluetooth_sdp_record* in_records, 60 bluetooth_sdp_record* out_records, int count);
|
D | btif_sdp_server.cc | 71 bluetooth_sdp_record* record_data; 137 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count) { in get_sdp_records_size() 138 bluetooth_sdp_record* record = in_record; in get_sdp_records_size() 143 records_size += sizeof(bluetooth_sdp_record); in get_sdp_records_size() 157 void copy_sdp_records(bluetooth_sdp_record* in_records, in copy_sdp_records() 158 bluetooth_sdp_record* out_records, int count) { in copy_sdp_records() 160 bluetooth_sdp_record* in_record; in copy_sdp_records() 161 bluetooth_sdp_record* out_record; in copy_sdp_records() 206 static int alloc_sdp_slot(bluetooth_sdp_record* in_record) { in alloc_sdp_slot() 210 bluetooth_sdp_record* record = (bluetooth_sdp_record*)osi_malloc(record_size); in alloc_sdp_slot() [all …]
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_sdp.cpp | 46 bluetooth_sdp_record* record); 110 bluetooth_sdp_record* records) { in sdp_search_callback() 132 bluetooth_sdp_record* record = &records[i]; in sdp_search_callback() 227 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateMapMasRecordNative() 266 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateMapMnsRecordNative() 301 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreatePbapPceRecordNative() 335 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreatePbapPseRecordNative() 373 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateOppOpsRecordNative() 421 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateSapsRecordNative()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_sdp.h | 132 } bluetooth_sdp_record; typedef 139 bluetooth_sdp_record* records); 173 bt_status_t (*create_sdp_record)(bluetooth_sdp_record* record,
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_dip_test.cc | 108 void bta_create_dip_sdp_record(bluetooth_sdp_record* record, 118 bluetooth_sdp_record record; in TEST_F() 132 bluetooth_sdp_record record{}; in TEST_F() 166 bluetooth_sdp_record record{}; in TEST_F()
|
/packages/modules/Bluetooth/system/bta/sdp/ |
D | bta_sdp_act.cc | 48 static void bta_create_mns_sdp_record(bluetooth_sdp_record* record, in bta_create_mns_sdp_record() 112 static void bta_create_mas_sdp_record(bluetooth_sdp_record* record, in bta_create_mas_sdp_record() 205 static void bta_create_pse_sdp_record(bluetooth_sdp_record* record, in bta_create_pse_sdp_record() 284 static void bta_create_ops_sdp_record(bluetooth_sdp_record* record, in bta_create_ops_sdp_record() 386 static void bta_create_sap_sdp_record(bluetooth_sdp_record* record, in bta_create_sap_sdp_record() 424 static void bta_create_dip_sdp_record(bluetooth_sdp_record* record, in bta_create_dip_sdp_record() 517 static void bta_create_raw_sdp_record(bluetooth_sdp_record* record, in bta_create_raw_sdp_record() 756 void bta_create_dip_sdp_record(bluetooth_sdp_record* record, in bta_create_dip_sdp_record()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_sdp_api.h | 76 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS];
|