Searched refs:le_notification_enabled (Results 1 – 7 of 7) sorted by relevance
/btstack/example/ |
H A D | spp_and_gatt_streamer.c | 105 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() 420 …le_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 D | spp_and_gatt_counter.c | 69 static int le_notification_enabled; variable 133 le_notification_enabled = 0; in packet_handler() 207 …le_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 D | gatt_streamer_server.c | 102 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 D | gatt_counter.c | 74 static int le_notification_enabled; variable 180 if (le_notification_enabled) { in heartbeat_handler() 214 le_notification_enabled = 0; in packet_handler() 267 …le_notification_enabled = little_endian_read_16(buffer, 0) == GATT_CLIENT_CHARACTERISTICS_CONFIGUR… in att_write_callback()
|
H A D | nordic_spp_le_streamer.c | 90 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 D | le_streamer_client.c | 62 int le_notification_enabled; member
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/ |
H A D | example.c | 95 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()
|