Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbtif_sock_sdp.h37 int add_rfc_sdp_rec(const char* name, bluetooth::Uuid uuid, int scn);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sdp.cc465 int add_rfc_sdp_rec(const char* name, Uuid uuid, const int channel) { in add_rfc_sdp_rec() function
Dbtif_sdp_server.cc399 handle = add_rfc_sdp_rec(record->hdr.service_name, record->hdr.uuid, in on_create_record_event()
Dbtif_sock_rfc.cc428 add_rfc_sdp_rec(slot->service_name, slot->service_uuid, slot->scn); in create_server_sdp_record()