OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mns
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp
113
/*
MNS
SDP record*/
226
(jint)record->
mns
.hdr.l2cap_psm,
227
(jint)record->
mns
.hdr.rfcomm_channel_number,
228
(jint)record->
mns
.hdr.profile_version,
229
(jint)record->
mns
.supported_features,
360
record.
mns
.hdr.type = SDP_TYPE_MAP_MNS;
364
record.
mns
.hdr.service_name = (char *) service_name;
365
record.
mns
.hdr.service_name_length = strlen(service_name);
367
record.
mns
.hdr.service_name = NULL;
368
record.
mns
.hdr.service_name_length = 0
[
all
...]
/system/bt/bta/sdp/
bta_sdp_act.c
98
record->
mns
.hdr.type = SDP_TYPE_MAP_MNS;
99
record->
mns
.hdr.service_name_length = 0;
100
record->
mns
.hdr.service_name = NULL;
101
record->
mns
.hdr.rfcomm_channel_number = 0;
102
record->
mns
.hdr.l2cap_psm = -1;
103
record->
mns
.hdr.profile_version = 0;
104
record->
mns
.supported_features = 0x0000001F; //default value if not found
108
record->
mns
.supported_features = p_attr->attr_value.v.u32;
113
record->
mns
.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
114
record->
mns
.hdr.service_name = (char *)p_attr->attr_value.v.array
[
all
...]
/hardware/libhardware/include/hardware/
bt_sdp.h
103
bluetooth_sdp_mns_record
mns
;
member in union:__anon32078
/system/bt/btif/src/
btif_sdp_server.c
331
handle = add_mapc_sdp(&record->
mns
);
460
/* Create a MAP
MNS
SDP record based on information stored in a bluetooth_sdp_mns_record */
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
890
Handler
mns
= mMnsClient.getMessageHandler();
local
[
all
...]
Completed in 129 milliseconds