Home
last modified time | relevance | path

Searched refs:att_server (Results 1 – 25 of 38) sorted by relevance

12

/btstack/src/ble/
H A Datt_server.c82 static void att_run_for_context(att_server_t * att_server, att_connection_t * att_connection);
86 static void att_server_persistent_ccc_restore(att_server_t * att_server, att_connection_t * att_con…
87 static void att_server_persistent_ccc_clear(att_server_t * att_server);
88 static void att_server_handle_att_pdu(att_server_t * att_server, att_connection_t * att_connection,…
131 if (hci_connection->att_server.state == state) { in att_server_connections_for_state()
132 *att_server_out = &hci_connection->att_server; in att_server_connections_for_state()
142 if (eatt_bearer->att_server.state == state) { in att_server_connections_for_state()
143 *att_server_out = &eatt_bearer->att_server; in att_server_connections_for_state()
154 static void att_server_request_can_send_now(att_server_t * att_server, att_connection_t * att_conne… in att_server_request_can_send_now() argument
155 switch (att_server->bearer_type){ in att_server_request_can_send_now()
[all …]
H A Datt_dispatch.c72 att_server_t *att_server = &hci_connection->att_server; in att_dispatch_att_server_for_l2cap_cid() local
73 if (att_server->l2cap_cid == l2cap_cid){ in att_dispatch_att_server_for_l2cap_cid()
74 return att_server; in att_dispatch_att_server_for_l2cap_cid()
87 att_server_t * att_server = att_dispatch_att_server_for_l2cap_cid(l2cap_cid); in att_dispatch_handle_can_send_now() local
88 if (att_server != NULL){ in att_dispatch_handle_can_send_now()
91 if (att_server->send_requests[index]) { in att_dispatch_handle_can_send_now()
92 att_server->send_requests[index] = false; in att_dispatch_handle_can_send_now()
102 bool send_request_pending = att_server->send_requests[ATT_CLIENT] in att_dispatch_handle_can_send_now()
103 || att_server->send_requests[ATT_SERVER]; in att_dispatch_handle_can_send_now()
105 l2cap_request_can_send_now_event(att_server->l2cap_cid); in att_dispatch_handle_can_send_now()
[all …]
H A DMakefile.inc7 att_server.c \
H A Datt_server.h59 att_server_t att_server; member
/btstack/test/gatt_server/
H A Dmock.c99 hci_connection.att_server.ir_le_device_db_index = 0; in hci_setup_connection()
129 hci_connection.att_server.ir_le_device_db_index = 0; in hci_deinit()
130 hci_connection.att_server.notification_requests = NULL; in hci_deinit()
131 hci_connection.att_server.indication_requests = NULL; in hci_deinit()
H A DCMakeLists.txt28 ../../src/ble/att_server.c
H A DMakefile30 att_server.c \
/btstack/port/arduino/
H A DMakefile12 BLE_C_FILES = att_db.c att_server.c att_dispatch.c att_db_util.c le_device_db_memory.c gatt_client…
/btstack/port/archive/wiced-h5/
H A Dwiced-h5.mk30 ../../src/ble/att_server.c \
/btstack/port/wiced-h4/
H A Dwiced-h4.mk35 ../../src/ble/att_server.c \
/btstack/port/daemon/src/
H A DMakefile.in62 att_server.o \
/btstack/port/arduino/examples/ANCS/
H A DANCS.ino3 #include "ble/att_server.h"
/btstack/tool/metrics/
H A DMakefile21 ${BTSTACK_ROOT}/src/ble/att_server.c \
/btstack/test/security_manager_sc/
H A DMakefile42 att_server.c \
/btstack/port/archive/msp-exp430f5438-cc2564b/
H A DMakefile76 att_server.c \
/btstack/port/archive/msp430f5229lp-cc2564b/
H A DMakefile78 att_server.c \
/btstack/port/archive/ez430-rf2560/
H A DMakefile76 att_server.c \
/btstack/port/mtk/
H A DMakefile74 att_server.o \
/btstack/test/gatt_client/
H A Dmock.c260 hci_connection.att_server.ir_le_device_db_index = 0; in hci_setup_connection()
/btstack/port/samv71-xplained-atwilc3000/example/template/
H A Dconfig.mk138 ${BTSTACK_ROOT_CONFIG}/src/ble/att_server.c \
/btstack/port/nrf5-cinnamon/pca10040/armgcc/
H A DMakefile39 ${BTSTACK_ROOT}/src/ble/att_server.c \
/btstack/test/mesh/
H A DMakefile11 att_server.c \
/btstack/port/archive/pic32-harmony/app.X/nbproject/
H A DMakefile-default.mk60 …./../src/ble/att_db.c ../../../src/ble/att_dispatch.c ../../../src/ble/att_server.c ../../../src/b…
63 …${OBJECTDIR}/_ext/534563071/att_dispatch.o ${OBJECTDIR}/_ext/534563071/att_server.o ${OBJECTDIR}/_…
64 …OBJECTDIR}/_ext/534563071/att_dispatch.o.d ${OBJECTDIR}/_ext/534563071/att_server.o.d ${OBJECTDIR}…
67 …${OBJECTDIR}/_ext/534563071/att_dispatch.o ${OBJECTDIR}/_ext/534563071/att_server.o ${OBJECTDIR}/_…
70 …./../src/ble/att_db.c ../../../src/ble/att_dispatch.c ../../../src/ble/att_server.c ../../../src/b…
362 ${OBJECTDIR}/_ext/534563071/att_server.o: ../../../src/ble/att_server.c nbproject/Makefile-${CND_C…
364 @${RM} ${OBJECTDIR}/_ext/534563071/att_server.o.d
365 @${RM} ${OBJECTDIR}/_ext/534563071/att_server.o
366 …34563071/att_server.o.d" -o ${OBJECTDIR}/_ext/534563071/att_server.o ../../../src/ble/att_server.c…
1023 ${OBJECTDIR}/_ext/534563071/att_server.o: ../../../src/ble/att_server.c nbproject/Makefile-${CND_C…
[all …]
/btstack/port/stm32-l476rg-nucleo-sx1280/
H A DMakefile55 ${BTSTACK_ROOT}/src/ble/att_server.c \
/btstack/port/stm32-l451-miromico-sx1280/
H A DMakefile57 ${BTSTACK_ROOT}/src/ble/att_server.c \

12