/btstack/test/mock/ |
H A D | mock_att_server.c | 18 static att_service_handler_t * service; 21 att_service_handler_t * mock_att_server_get_service(void){ in mock_att_server_get_service() 43 void att_server_register_service_handler(att_service_handler_t * handler){ in att_server_register_service_handler()
|
H A D | mock_att_server.h | 48 att_service_handler_t * mock_att_server_get_service(void);
|
/btstack/src/ble/ |
H A D | att_server.c | 218 … att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_emit_event_to_all() 565 … att_service_handler_t *handler = (att_service_handler_t *) btstack_linked_list_iterator_next(&it); in att_server_handle_response_pending() 1184 static att_service_handler_t * att_service_handler_for_handle(uint16_t handle){ in att_service_handler_for_handle() 1188 … att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_service_handler_for_handle() 1197 att_service_handler_t * handler = att_service_handler_for_handle(handle); in att_server_write_callback_for_handle() 1203 att_service_handler_t * handler = att_service_handler_for_handle(handle); in att_server_packet_handler_for_handle() 1213 … att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_notify_write_callbacks() 1226 … att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_validate_prepared_write() 1236 att_service_handler_t * service = att_service_handler_for_handle(attribute_handle); in att_server_read_callback() 1280 void att_server_register_service_handler(att_service_handler_t * handler){ in att_server_register_service_handler()
|
H A D | att_server.h | 100 void att_server_register_service_handler(att_service_handler_t * handler);
|
H A D | att_db.h | 182 } att_service_handler_t; typedef
|
/btstack/test/gatt_service_server/ |
H A D | tx_power_service_server_test.cpp | 30 att_service_handler_t * service; in TEST_GROUP()
|
H A D | heart_rate_service_server_test.cpp | 29 att_service_handler_t * service; in TEST_GROUP()
|
H A D | battery_service_server_test.cpp | 30 att_service_handler_t * service; in TEST_GROUP()
|
H A D | device_information_service_server_test.cpp | 48 att_service_handler_t * service; in TEST_GROUP()
|
H A D | bond_management_service_server_test.cpp | 61 att_service_handler_t * service; in TEST_GROUP()
|
/btstack/src/ble/gatt-service/ |
H A D | battery_service_server.c | 56 static att_service_handler_t battery_service;
|
H A D | tx_power_service_server.c | 61 static att_service_handler_t tx_power_service_handler;
|
H A D | scan_parameters_service_server.c | 65 static att_service_handler_t scan_parameters_service;
|
H A D | nordic_spp_service_server.c | 57 static att_service_handler_t nordic_spp_service;
|
H A D | immediate_alert_service_server.c | 58 static att_service_handler_t immediate_alert_service;
|
H A D | link_loss_service_server.c | 61 static att_service_handler_t link_loss_service;
|
H A D | bond_management_service_server.c | 63 static att_service_handler_t bond_management_service;
|
H A D | battery_service_v1_server.h | 245 att_service_handler_t service_handler;
|
H A D | device_information_service_server.c | 94 static att_service_handler_t device_information_service;
|
H A D | heart_rate_service_server.c | 87 static att_service_handler_t heart_rate_service;
|
H A D | ublox_spp_service_server.c | 92 static att_service_handler_t ublox_spp_service;
|
H A D | cycling_speed_and_cadence_service_server.c | 97 static att_service_handler_t cycling_speed_and_cadence_service;
|
H A D | hids_device.c | 95 static att_service_handler_t hid_service;
|
/btstack/src/mesh/gatt-service/ |
H A D | mesh_proxy_service_server.c | 74 static att_service_handler_t mesh_proxy_service;
|
H A D | mesh_provisioning_service_server.c | 77 static att_service_handler_t mesh_provisioning_service;
|