Home
last modified time | relevance | path

Searched refs:le_notification_enabled (Results 1 – 7 of 7) sorted by relevance

/btstack/example/
H A Dspp_and_gatt_streamer.c105 static int le_notification_enabled; variable
176 if (!le_notification_enabled) return; in le_streamer()
263 le_notification_enabled = 0; in hci_packet_handler()
388 le_notification_enabled = 0; in att_packet_handler()
420le_notification_enabled = little_endian_read_16(buffer, 0) == GATT_CLIENT_CHARACTERISTICS_CONFIGUR… in att_write_callback()
421 printf("Notifications enabled %u\n", le_notification_enabled); in att_write_callback()
422 if (le_notification_enabled){ in att_write_callback()
H A Dspp_and_gatt_counter.c69 static int le_notification_enabled; variable
133 le_notification_enabled = 0; in packet_handler()
207le_notification_enabled = little_endian_read_16(buffer, 0) == GATT_CLIENT_CHARACTERISTICS_CONFIGUR… in att_write_callback()
237 if (rfcomm_channel_id || le_notification_enabled) { in heartbeat_handler()
245 if (le_notification_enabled) { in heartbeat_handler()
H A Dgatt_streamer_server.c102 int le_notification_enabled; member
350 context->le_notification_enabled = 0; in att_packet_handler()
378 (le_streamer_connections[connection_index].le_notification_enabled)) break; in streamer()
426 …context->le_notification_enabled = little_endian_read_16(buffer, 0) == GATT_CLIENT_CHARACTERISTICS… in att_write_callback()
427 … printf("%c: Notifications enabled %u\n", context->name, context->le_notification_enabled); in att_write_callback()
428 if (context->le_notification_enabled){ in att_write_callback()
H A Dgatt_counter.c74 static int le_notification_enabled; variable
180 if (le_notification_enabled) { in heartbeat_handler()
214 le_notification_enabled = 0; in packet_handler()
267le_notification_enabled = little_endian_read_16(buffer, 0) == GATT_CLIENT_CHARACTERISTICS_CONFIGUR… in att_write_callback()
H A Dnordic_spp_le_streamer.c90 int le_notification_enabled; member
276 (nordic_spp_le_streamer_connections[connection_index].le_notification_enabled)) break; in nordic_can_send()
318 context->le_notification_enabled = 1; in nordic_spp_packet_handler()
329 context->le_notification_enabled = 0; in nordic_spp_packet_handler()
H A Dle_streamer_client.c62 int le_notification_enabled; member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dexample.c95 int le_notification_enabled; member
332 context->le_notification_enabled = 0; in att_packet_handler()
360 (le_streamer_connections[connection_index].le_notification_enabled)) break; in streamer()
408 …context->le_notification_enabled = little_endian_read_16(buffer, 0) == GATT_CLIENT_CHARACTERISTICS… in att_write_callback()
409 … printf("%c: Notifications enabled %u\n", context->name, context->le_notification_enabled); in att_write_callback()
410 if (context->le_notification_enabled){ in att_write_callback()