Home
last modified time | relevance | path

Searched defs:connection_handle (Results 1 – 25 of 25) sorted by relevance

/btstack/example/
H A Datt_delayed_response.c176 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
217 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
H A Dgatt_counter.c241 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
264 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
H A Dle_credit_based_flow_control_mode_client.c77 static hci_con_handle_t connection_handle; variable
97 hci_con_handle_t connection_handle; member
H A Dmesh_node_demo.c87 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
H A Dgatt_battery_query.c85 static hci_con_handle_t connection_handle; variable
H A Dgatt_browser.c82 static hci_con_handle_t connection_handle; variable
H A Dle_credit_based_flow_control_mode_server.c83 hci_con_handle_t connection_handle; member
H A Dgatt_heart_rate_client.c85 static hci_con_handle_t connection_handle; variable
H A Dgatt_device_information_query.c86 static hci_con_handle_t connection_handle; variable
H A Dnordic_spp_le_streamer.c91 hci_con_handle_t connection_handle; member
H A Dgatt_streamer_server.c104 hci_con_handle_t connection_handle; member
H A Dhog_host_demo.c84 static hci_con_handle_t connection_handle; variable
H A Dle_streamer_client.c91 static hci_con_handle_t connection_handle; variable
H A Dhog_boot_host_demo.c81 static hci_con_handle_t connection_handle; variable
H A Dle_mitm.c378 hci_con_handle_t connection_handle; in hci_event_handler() local
/btstack/port/renesas-ek-ra6m4a-da14531/example/
H A Dgatt_rgb.c123 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
132 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
/btstack/port/stm32-l451-miromico-sx1280/example/
H A Dgatt_rgb.c135 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
140 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
/btstack/test/fuzz/
H A Dfuzz_l2cap.c166 gap_connection_type_t gap_get_connection_type(hci_con_handle_t connection_handle){ in gap_get_connection_type()
224 uint16_t connection_handle = ((data[0] >> 2) & 0x07); // 0x0000 - 0x0007 in LLVMFuzzerTestOneInput() local
H A Dfuzz_hci.c76 uint16_t connection_handle = ((data[0] >> 2) & 0x07); // 0x0000 - 0x0007 in LLVMFuzzerTestOneInput() local
H A Dfuzz_l2cap_whitebox.c167 gap_connection_type_t gap_get_connection_type(hci_con_handle_t connection_handle){ in gap_get_connection_type()
/btstack/test/gatt_server/
H A Dgatt_server_test.cpp54 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
64 static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t tra… in att_write_callback()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dexample.c97 hci_con_handle_t connection_handle; member
/btstack/test/security_manager_sc/
H A Dsm_test.c110 static uint16_t connection_handle = 0; variable
/btstack/test/mesh/
H A Dmesh_pts.c569 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
/btstack/src/
H A Dhci.c9114 gap_connection_type_t gap_get_connection_type(hci_con_handle_t connection_handle){ in gap_get_connection_type()
9132 hci_role_t gap_get_role(hci_con_handle_t connection_handle){ in gap_get_role()