Home
last modified time | relevance | path

Searched defs:att_handle (Results 1 – 16 of 16) sorted by relevance

/btstack/port/archive/msp430f5229lp-cc2564b/example/
H A Dble_server.c128 static uint16_t get_read_att_value_len(uint16_t att_handle){ in get_read_att_value_len()
144 static uint16_t get_write_att_value_len(uint16_t att_handle){ in get_write_att_value_len()
170 uint16_t att_read_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t offset, uint8… in att_read_callback()
190 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback()
/btstack/port/archive/msp-exp430f5438-cc2564b/example/
H A Dble_server.c152 static uint16_t get_read_att_value_len(uint16_t att_handle){ in get_read_att_value_len()
168 static uint16_t get_write_att_value_len(uint16_t att_handle){ in get_write_att_value_len()
194 uint16_t att_read_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t offset, uint8… in att_read_callback()
214 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback()
/btstack/example/
H A Datt_delayed_response.c176 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
217 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
H A Dgatt_counter.c241 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
264 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
H A Dspp_and_gatt_counter.c191 static uint16_t att_read_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t offset… in att_read_callback()
201 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback()
H A Dspp_and_gatt_streamer.c401 static uint16_t att_read_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t offset… in att_read_callback()
411 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback()
H A Dmesh_node_demo.c87 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
H A Dgatt_streamer_server.c417 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback()
/btstack/port/renesas-ek-ra6m4a-da14531/example/
H A Dgatt_rgb.c123 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
132 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
/btstack/port/stm32-l451-miromico-sx1280/example/
H A Dgatt_rgb.c135 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
140 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
/btstack/src/ble/
H A Datt_server.c99 uint16_t att_handle; member
284 uint16_t att_handle = att_server->value_indication_handle; in att_handle_value_indication_timeout() local
388 uint16_t att_handle = att_server->value_indication_handle; in att_server_event_packet_handler() local
882 uint16_t att_handle = att_server->value_indication_handle; in att_server_handle_att_pdu() local
1032 static void att_server_persistent_ccc_write(hci_con_handle_t con_handle, uint16_t att_handle, uint1… in att_server_persistent_ccc_write()
/btstack/src/ble/gatt-service/
H A Dhids_device.c237 static uint16_t att_read_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t offset… in att_read_callback()
326 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback()
/btstack/test/gatt_server/
H A Dgatt_server_test.cpp54 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
64 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dexample.c399 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback()
/btstack/port/arduino/
H A DBTstack.cpp561 static uint16_t att_read_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t offset… in att_read_callback()
579 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback()
/btstack/test/mesh/
H A Dmesh_pts.c569 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()