Searched refs:bluetooth_sdp_record (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_sdp.h | 37 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count); 38 void copy_sdp_records(bluetooth_sdp_record* in_records, bluetooth_sdp_record* out_records, 40 bt_status_t create_sdp_record(bluetooth_sdp_record* record, int* record_handle);
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 303 impl From<bindings::bluetooth_sdp_record> for BtSdpRecord { 304 fn from(item: bindings::bluetooth_sdp_record) -> Self { in from() 348 fn get_unsafe_record<'a>(&'a mut self) -> bindings::bluetooth_sdp_record { in get_unsafe_record() argument 351 bindings::bluetooth_sdp_record { hdr: BtSdpRecord::convert_header(hdr) } in get_unsafe_record() 353 BtSdpRecord::MapMas(mas) => bindings::bluetooth_sdp_record { in get_unsafe_record() 361 BtSdpRecord::MapMns(mns) => bindings::bluetooth_sdp_record { in get_unsafe_record() 367 BtSdpRecord::PbapPse(pse) => bindings::bluetooth_sdp_record { in get_unsafe_record() 374 BtSdpRecord::PbapPce(pce) => bindings::bluetooth_sdp_record { in get_unsafe_record() 379 BtSdpRecord::OppServer(ops) => bindings::bluetooth_sdp_record { in get_unsafe_record() 386 BtSdpRecord::SapServer(sap) => bindings::bluetooth_sdp_record { in get_unsafe_record() [all …]
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sdp_server.cc | 70 bluetooth_sdp_record* record_data; 135 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count) { in get_sdp_records_size() 136 bluetooth_sdp_record* record = in_record; in get_sdp_records_size() 141 records_size += sizeof(bluetooth_sdp_record); in get_sdp_records_size() 155 void copy_sdp_records(bluetooth_sdp_record* in_records, bluetooth_sdp_record* out_records, in copy_sdp_records() 158 bluetooth_sdp_record* in_record; in copy_sdp_records() 159 bluetooth_sdp_record* out_record; in copy_sdp_records() 201 static int alloc_sdp_slot(bluetooth_sdp_record* in_record) { in alloc_sdp_slot() 205 bluetooth_sdp_record* record = (bluetooth_sdp_record*)osi_malloc(record_size); in alloc_sdp_slot() 226 bluetooth_sdp_record* record = NULL; in free_sdp_slot() [all …]
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_sdp.cpp | 55 int record_size, bluetooth_sdp_record* record); 123 int count, bluetooth_sdp_record* records) { in sdp_search_callback() 149 bluetooth_sdp_record* record = &records[i]; in sdp_search_callback() 232 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateMapMasRecordNative() 273 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateMapMnsRecordNative() 312 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreatePbapPceRecordNative() 348 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreatePbapPseRecordNative() 389 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateOppOpsRecordNative() 441 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateSapsRecordNative()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_sdp.h | 131 } bluetooth_sdp_record; typedef 136 bluetooth_sdp_record* records); 170 bt_status_t (*create_sdp_record)(bluetooth_sdp_record* record, int* record_handle);
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_dip_test.cc | 107 void bta_create_dip_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec); 115 bluetooth_sdp_record record; in TEST_F() 129 bluetooth_sdp_record record{}; in TEST_F() 163 bluetooth_sdp_record record{}; in TEST_F()
|
/packages/modules/Bluetooth/system/bta/sdp/ |
D | bta_sdp_act.cc | 45 static void bta_create_mns_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec) { in bta_create_mns_sdp_record() 105 static void bta_create_mas_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec) { in bta_create_mas_sdp_record() 194 static void bta_create_pse_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec) { in bta_create_pse_sdp_record() 269 static void bta_create_ops_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec) { in bta_create_ops_sdp_record() 362 static void bta_create_sap_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec) { in bta_create_sap_sdp_record() 397 static void bta_create_dip_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec) { in bta_create_dip_sdp_record() 486 static void bta_create_raw_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec) { in bta_create_raw_sdp_record() 720 void bta_create_dip_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec) { in bta_create_dip_sdp_record()
|
D | bta_sdp_int.h | 58 void bta_create_dip_sdp_record(bluetooth_sdp_record* record, tSDP_DISC_REC* p_rec);
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_sdp_api.h | 74 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS];
|