OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chan_type
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/health/
hdp_types.h
82
uint8_t
chan_type
; /* QoS preferred by source applications */
member in struct:hdp_application
hdp_util.c
247
char *
chan_type
;
local
267
dbus_message_iter_get_basic(value, &
chan_type
);
269
if (g_ascii_strcasecmp("Reliable",
chan_type
) == 0)
270
app->
chan_type
= HDP_RELIABLE_DC;
271
else if (g_ascii_strcasecmp("Streaming",
chan_type
) == 0)
272
app->
chan_type
= HDP_STREAMING_DC;
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
1090
unsigned int freq,
chan_type
, duration;
local
1100
chan_type
= nla_get_u32(tb[NL80211_ATTR_WIPHY_CHANNEL_TYPE]);
1102
chan_type
= 0;
1116
cancel_event, freq,
chan_type
, duration,
[
all
...]
Completed in 112 milliseconds