Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_sock_sdp.h43 int add_rfc_sdp_rec(const char* name, const uint8_t* uuid, int scn);
/system/bt/btif/src/
Dbtif_sock_sdp.c433 int add_rfc_sdp_rec(const char *name, const uint8_t *uuid, const int channel) { in add_rfc_sdp_rec() function
Dbtif_sock_rfc.c382 slot->sdp_handle = add_rfc_sdp_rec(slot->service_name, slot->service_uuid, slot->scn); in create_server_sdp_record()