Home
last modified time | relevance | path

Searched refs:att_service_handler_t (Results 1 – 25 of 29) sorted by relevance

12

/btstack/test/mock/
H A Dmock_att_server.c18 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 Dmock_att_server.h48 att_service_handler_t * mock_att_server_get_service(void);
/btstack/src/ble/
H A Datt_server.c218att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_emit_event_to_all()
565att_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()
1188att_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()
1213att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_notify_write_callbacks()
1226att_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 Datt_server.h100 void att_server_register_service_handler(att_service_handler_t * handler);
H A Datt_db.h182 } att_service_handler_t; typedef
/btstack/test/gatt_service_server/
H A Dtx_power_service_server_test.cpp30 att_service_handler_t * service; in TEST_GROUP()
H A Dheart_rate_service_server_test.cpp29 att_service_handler_t * service; in TEST_GROUP()
H A Dbattery_service_server_test.cpp30 att_service_handler_t * service; in TEST_GROUP()
H A Ddevice_information_service_server_test.cpp48 att_service_handler_t * service; in TEST_GROUP()
H A Dbond_management_service_server_test.cpp61 att_service_handler_t * service; in TEST_GROUP()
/btstack/src/ble/gatt-service/
H A Dbattery_service_server.c56 static att_service_handler_t battery_service;
H A Dtx_power_service_server.c61 static att_service_handler_t tx_power_service_handler;
H A Dscan_parameters_service_server.c65 static att_service_handler_t scan_parameters_service;
H A Dnordic_spp_service_server.c57 static att_service_handler_t nordic_spp_service;
H A Dimmediate_alert_service_server.c58 static att_service_handler_t immediate_alert_service;
H A Dlink_loss_service_server.c61 static att_service_handler_t link_loss_service;
H A Dbond_management_service_server.c63 static att_service_handler_t bond_management_service;
H A Dbattery_service_v1_server.h245 att_service_handler_t service_handler;
H A Ddevice_information_service_server.c94 static att_service_handler_t device_information_service;
H A Dheart_rate_service_server.c87 static att_service_handler_t heart_rate_service;
H A Dublox_spp_service_server.c92 static att_service_handler_t ublox_spp_service;
H A Dcycling_speed_and_cadence_service_server.c97 static att_service_handler_t cycling_speed_and_cadence_service;
H A Dhids_device.c95 static att_service_handler_t hid_service;
/btstack/src/mesh/gatt-service/
H A Dmesh_proxy_service_server.c74 static att_service_handler_t mesh_proxy_service;
H A Dmesh_provisioning_service_server.c77 static att_service_handler_t mesh_provisioning_service;

12