Home
last modified time | relevance | path

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

/btstack/example/
H A Dhog_boot_host_demo.c86 static gatt_client_characteristic_t boot_keyboard_input_characteristic; variable
377 …memcpy(&boot_keyboard_input_characteristic, &characteristic, sizeof(gatt_client_characteristic_t)); in handle_gatt_client_event()
400 …nfiguration(&handle_gatt_client_event, connection_handle, &boot_keyboard_input_characteristic, GAT… in handle_gatt_client_event()
416 …otifications, &handle_boot_keyboard_event, connection_handle, &boot_keyboard_input_characteristic); in handle_gatt_client_event()