Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_sdp.cc52 bt_status_t remove_sdp_record(int record_handle);
146 remove_sdp_record};
H A Dbtif_sdp_server.cc78 bt_status_t remove_sdp_record(int record_id);
288 bt_status_t remove_sdp_record(int record_id) { in remove_sdp_record() function
/aosp12/system/bt/include/hardware/
H A Dbt_sdp.h165 bt_status_t (*remove_sdp_record)(int sdp_handle); member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_sdp.cpp482 int ret = sBluetoothSdpInterface->remove_sdp_record(record_id); in sdpRemoveSdpRecordNative()