Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Ddaemon.c180 …uint8_t characteristic_buffer[10 + ATT_MAX_LONG_ATTRIBUTE_SIZE]; // header for sending event ri… member
1245 data = gatt_helper->characteristic_buffer; in btstack_command_handler()
1254 data = gatt_helper->characteristic_buffer; in btstack_command_handler()
1263 data = gatt_helper->characteristic_buffer; in btstack_command_handler()
1272 data = gatt_helper->characteristic_buffer; in btstack_command_handler()
1293 data = gatt_helper->characteristic_buffer; in btstack_command_handler()
1301 data = gatt_helper->characteristic_buffer; in btstack_command_handler()
1309 data = gatt_helper->characteristic_buffer; in btstack_command_handler()
1933 …gatt_client_helper->characteristic_buffer[0] = hci_event_packet_get_type(packet); // store type (… in handle_gatt_client_event()
1936 memcpy(&gatt_client_helper->characteristic_buffer[10 + offset], &packet[10], length); in handle_gatt_client_event()
[all …]