Home
last modified time | relevance | path

Searched refs:sdp_record (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc499 tSDP_DISC_REC* sdp_record = nullptr; in SdpCb() local
504 sdp_record = in SdpCb()
506 if (sdp_record != nullptr) { in SdpCb()
510 if ((sdp_->FindAttributeInRec(sdp_record, ATTR_ID_BT_PROFILE_DESC_LIST)) != in SdpCb()
514 sdp_record, UUID_SERVCLASS_AV_REMOTE_CONTROL, &peer_avrcp_version); in SdpCb()
528 sdp_->FindAttributeInRec(sdp_record, ATTR_ID_SUPPORTED_FEATURES); in SdpCb()
553 sdp_record = sdp_->FindServiceInDb(disc_db, UUID_SERVCLASS_AV_REM_CTRL_TARGET, in SdpCb()
555 if (sdp_record != nullptr) { in SdpCb()
559 sdp_->FindProfileVersionInRec(sdp_record, UUID_SERVCLASS_AV_REMOTE_CONTROL, in SdpCb()
564 if ((sdp_->FindAttributeInRec(sdp_record, ATTR_ID_BT_PROFILE_DESC_LIST)) != in SdpCb()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs236 fn create_sdp_record(&mut self, sdp_record: BtSdpRecord) -> bool; in create_sdp_record()
2692 fn create_sdp_record(&mut self, sdp_record: BtSdpRecord) -> bool { in create_sdp_record()
2694 let mut sdp_record = sdp_record; in create_sdp_record() localVariable
2695 match self.sdp.as_ref().unwrap().create_sdp_record(&mut sdp_record, &mut handle) { in create_sdp_record()
2697 let record_clone = sdp_record.clone(); in create_sdp_record()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs725 fn create_sdp_record(&mut self, sdp_record: BtSdpRecord) -> bool { in create_sdp_record()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs990 fn create_sdp_record(&mut self, sdp_record: BtSdpRecord) -> bool { in create_sdp_record()