Home
last modified time | relevance | path

Searched refs:record_id (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc92 bt_status_t remove_sdp_record(int record_id);
300 bt_status_t remove_sdp_record(int record_id) { in remove_sdp_record() argument
303 if (record_id >= MAX_SDP_SLOTS) { in remove_sdp_record()
311 record = sdp_slots[record_id].record_data; in remove_sdp_record()
340 handle = free_sdp_slot(record_id); in remove_sdp_record()
341 log::verbose("Sdp Server id={} to handle=0x{:08x}", record_id, handle); in remove_sdp_record()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp449 jint record_id) { in sdpRemoveSdpRecordNative() argument
453 int ret = sBluetoothSdpInterface->remove_sdp_record(record_id); in sdpRemoveSdpRecordNative()
459 log::debug("SDP Remove record success - handle: {}", record_id); in sdpRemoveSdpRecordNative()