OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attr_data
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/plugins/
service.c
59
sdp_data_t
attr_data
;
member in struct:context_data
/external/bluetooth/bluez/src/
device.c
807
sdp_data_t *
attr_data
;
local
826
attr_data
= sdp_data_get(rec, attrId);
828
if (
attr_data
== NULL) {
832
return get_service_attribute_value_reply(msg, conn,
attr_data
);
[
all
...]
/external/bluetooth/glib/glib/
guniprop.c
41
((ATTR_TABLE(Page) == G_UNICODE_MAX_TABLE_INDEX) ? 0 : (
attr_data
[ATTR_TABLE(Page)][Char]))
[
all
...]
gunichartables.h
10081
static const gunichar
attr_data
[][256] = {
variable
[
all
...]
Completed in 368 milliseconds