Home
last modified time | relevance | path

Searched refs:gatt (Results 1 – 10 of 10) sorted by relevance

/system/bt/bta/
DAndroid.mk15 ./gatt/bta_gattc_api.c \
16 ./gatt/bta_gatts_act.c \
17 ./gatt/bta_gatts_main.c \
18 ./gatt/bta_gattc_utils.c \
19 ./gatt/bta_gatts_api.c \
20 ./gatt/bta_gattc_main.c \
21 ./gatt/bta_gattc_act.c \
22 ./gatt/bta_gattc_cache.c \
23 ./gatt/bta_gatts_utils.c \
DBUILD.gn45 "gatt/bta_gattc_act.c",
46 "gatt/bta_gattc_api.c",
47 "gatt/bta_gattc_cache.c",
48 "gatt/bta_gattc_main.c",
49 "gatt/bta_gattc_utils.c",
50 "gatt/bta_gatts_act.c",
51 "gatt/bta_gatts_api.c",
52 "gatt/bta_gatts_main.c",
53 "gatt/bta_gatts_utils.c",
/system/bt/service/
Dgatt_server_old.cpp74 static bluetooth::gatt::ServerInternals *g_internal = nullptr;
81 namespace gatt { namespace
115 const btgatt_interface_t *gatt; member
144 g_internal->gatt->server->add_service( in RegisterServerCallback()
166 bluetooth::gatt::Characteristic &ch = g_internal->characteristics[attr_handle]; in RequestReadCallback()
200 g_internal->gatt->server->send_response(conn_id, trans_id, 0, &response); in RequestReadCallback()
216 bluetooth::gatt::Characteristic &ch = in RequestWriteCallback()
256 g_internal->gatt->server->send_response(conn_id, trans_id, 0, &response); in RequestWriteCallback()
268 g_internal->gatt->server->send_response(conn_id, trans_id, 0, &response); in RequestExecWriteCallback()
332 bt_status_t btstat = g_internal->gatt->client->register_client(&client_id); in ServiceStartedCallback()
[all …]
Dgatt_server_old.h28 namespace gatt {
/system/bt/stack/
DAndroid.mk14 $(LOCAL_PATH)/gatt \
89 ./gatt/gatt_sr.c \
90 ./gatt/gatt_cl.c \
91 ./gatt/gatt_api.c \
92 ./gatt/gatt_auth.c \
93 ./gatt/gatt_utils.c \
94 ./gatt/gatt_main.c \
95 ./gatt/att_protocol.c \
96 ./gatt/gatt_attr.c \
97 ./gatt/gatt_db.c \
DBUILD.gn69 "gatt/gatt_sr.c",
70 "gatt/gatt_cl.c",
71 "gatt/gatt_api.c",
72 "gatt/gatt_auth.c",
73 "gatt/gatt_utils.c",
74 "gatt/gatt_main.c",
75 "gatt/att_protocol.c",
76 "gatt/gatt_attr.c",
77 "gatt/gatt_db.c",
143 "gatt",
/system/bt/test/suite/
DAndroid.mk40 gatt/gatt_test.cpp \
41 gatt/gatt_unittest.cpp \
/system/bt/service/ipc/
Dlinux_ipc_host.h103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
Dlinux_ipc_host.cpp43 using namespace bluetooth::gatt;
/system/bt/tools/bdtool/
DAndroid.mk.disabled30 ../../test/suite/support/gatt.c \