OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supported_message_types
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
SdpMasRecord.java
41
int
supported_message_types
,
48
this.mSupportedMessageTypes =
supported_message_types
;
/hardware/libhardware/include/hardware/
bt_sdp.h
72
uint32_t
supported_message_types
;
member in struct:_bluetooth_sdp_mas_record
/packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp
219
(jint)record->mas.
supported_message_types
,
337
record.mas.
supported_message_types
= msg_types;
/system/bt/bta/sdp/
bta_sdp_act.c
152
record->mas.
supported_message_types
= 0;
161
record->mas.
supported_message_types
= p_attr->attr_value.v.u8;
/system/bt/btif/src/
btif_sdp_server.c
389
rec->
supported_message_types
, rec->supported_features);
429
(UINT32)1, (UINT8*)&rec->
supported_message_types
);
Completed in 546 milliseconds