Home
last modified time | relevance | path

Searched refs:bluetooth_sdp_record (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_sdp.cc50 bt_status_t create_sdp_record(bluetooth_sdp_record* records,
57 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count);
58 void copy_sdp_records(bluetooth_sdp_record* in_records,
59 bluetooth_sdp_record* out_records, int count);
Dbtif_sdp_server.cc64 bluetooth_sdp_record* record_data;
124 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count) { in get_sdp_records_size()
125 bluetooth_sdp_record* record = in_record; in get_sdp_records_size()
130 records_size += sizeof(bluetooth_sdp_record); in get_sdp_records_size()
144 void copy_sdp_records(bluetooth_sdp_record* in_records, in copy_sdp_records()
145 bluetooth_sdp_record* out_records, int count) { in copy_sdp_records()
147 bluetooth_sdp_record* in_record; in copy_sdp_records()
148 bluetooth_sdp_record* out_record; in copy_sdp_records()
193 static int alloc_sdp_slot(bluetooth_sdp_record* in_record) { in alloc_sdp_slot()
197 bluetooth_sdp_record* record = (bluetooth_sdp_record*)osi_malloc(record_size); in alloc_sdp_slot()
[all …]
/system/bt/include/hardware/
Dbt_sdp.h108 } bluetooth_sdp_record; typedef
115 bluetooth_sdp_record* records);
149 bt_status_t (*create_sdp_record)(bluetooth_sdp_record* record,
/system/bt/bta/include/
Dbta_sdp_api.h62 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS];
/system/bt/bta/sdp/
Dbta_sdp_act.cc51 static void bta_create_mns_sdp_record(bluetooth_sdp_record* record, in bta_create_mns_sdp_record()
91 static void bta_create_mas_sdp_record(bluetooth_sdp_record* record, in bta_create_mas_sdp_record()
144 static void bta_create_pse_sdp_record(bluetooth_sdp_record* record, in bta_create_pse_sdp_record()
190 static void bta_create_ops_sdp_record(bluetooth_sdp_record* record, in bta_create_ops_sdp_record()
275 static void bta_create_sap_sdp_record(bluetooth_sdp_record* record, in bta_create_sap_sdp_record()
304 static void bta_create_raw_sdp_record(bluetooth_sdp_record* record, in bta_create_raw_sdp_record()