Searched refs:att_server_request_to_send_notification (Results 1 – 8 of 8) sorted by relevance
/btstack/src/ble/gatt-service/ |
H A D | ublox_spp_service_server.c | 164 … att_server_request_to_send_notification(&instance->credits_callback, instance->con_handle); in ublox_spp_service_write_callback() 184 att_server_request_to_send_notification(&instance->credits_callback, instance->con_handle); in ublox_spp_service_write_callback() 190 att_server_request_to_send_notification(request, instance->con_handle); in ublox_spp_service_write_callback() 270 att_server_request_to_send_notification(request, con_handle); in ublox_spp_service_server_request_can_send_now()
|
H A D | nordic_spp_service_server.c | 187 att_server_request_to_send_notification(request, con_handle); in nordic_spp_service_server_request_can_send_now()
|
/btstack/test/gatt_server/ |
H A D | gatt_server_test.cpp | 254 TEST(ATT_SERVER, att_server_request_to_send_notification){ in TEST() argument 255 int status = att_server_request_to_send_notification(¬ification_callback, 0x55); in TEST() 260 status = att_server_request_to_send_notification(¬ification_callback, att_con_handle); in TEST() 263 status = att_server_request_to_send_notification(¬ification_callback, att_con_handle); in TEST()
|
/btstack/src/ble/ |
H A D | att_server.h | 125 uint8_t att_server_request_to_send_notification(btstack_context_callback_registration_t * callback_…
|
H A D | att_server.c | 1341 return att_server_request_to_send_notification(callback_registration, con_handle); in att_server_register_can_send_now_callback() 1346 …att_server_request_to_send_notification(&att_client_waiting_for_can_send_registration, con_handle); in att_server_request_can_send_now_event() 1350 uint8_t att_server_request_to_send_notification(btstack_context_callback_registration_t * callback_… in att_server_request_to_send_notification() function
|
/btstack/test/mock/ |
H A D | mock_att_server.c | 85 uint8_t att_server_request_to_send_notification(btstack_context_callback_registration_t * callback_… in att_server_request_to_send_notification() function
|
/btstack/ |
H A D | CHANGELOG.md | 1160 - ATT Server: added att_server_request_to_send_notification and att_server_request_to_send_indicati… 1164 …server_register_can_send_now_callback is deprecated, use att_server_request_to_send_notification/i…
|
/btstack/doc/manual/docs-template/ |
H A D | profiles.md | 633 To send a Notification, you can call *att_server_request_to_send_notification*
|