Home
last modified time | relevance | path

Searched defs:att_write_callback (Results 1 – 18 of 18) sorted by relevance

/btstack/test/fuzz/
H A Dfuzz_att_db.c15 static int att_write_callback(hci_con_handle_t con_handle, uint16_t attribute_handle, uint16_t tran… in att_write_callback() function
/btstack/example/
H A Datt_delayed_response.c217 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback() function
H A Dgatt_counter.c264 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback() function
H A Dspp_and_gatt_counter.c201 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback() function
H A Dspp_and_gatt_streamer.c411 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback() function
H A Dgatt_streamer_server.c417 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback() function
/btstack/port/renesas-ek-ra6m4a-da14531/example/
H A Dgatt_rgb.c132 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback() function
/btstack/port/archive/msp430f5229lp-cc2564b/example/
H A Dble_server.c190 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback() function
/btstack/port/stm32-l451-miromico-sx1280/example/
H A Dgatt_rgb.c140 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback() function
/btstack/port/archive/msp-exp430f5438-cc2564b/example/
H A Dble_server.c214 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback() function
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dexample.c399 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback() function
/btstack/test/security_manager_sc/
H A Dsm_test.c185 static int att_write_callback(hci_con_handle_t con_handle, uint16_t attribute_handle, uint16_t tran… in att_write_callback() function
/btstack/src/ble/gatt-service/
H A Dhids_device.c326 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback() function
/btstack/test/att_db/
H A Datt_db_test.cpp90 static int att_write_callback(hci_con_handle_t con_handle, uint16_t attribute_handle, uint16_t tran… in att_write_callback() function
/btstack/test/gatt_server/
H A Dgatt_server_test.cpp64 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback() function
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp199 extern "C" int att_write_callback(hci_con_handle_t con_handle, uint16_t attribute_handle, uint16_t … in att_write_callback() function
/btstack/port/arduino/
H A DBTstack.cpp579 static int att_write_callback(hci_con_handle_t con_handle, uint16_t att_handle, uint16_t transactio… in att_write_callback() function
/btstack/src/ble/
H A Datt_db.c102 static att_write_callback_t att_write_callback = NULL; variable