/btstack/example/ |
H A D | att_delayed_response.c | 176 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 D | gatt_counter.c | 241 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 D | le_credit_based_flow_control_mode_client.c | 77 static hci_con_handle_t connection_handle; variable 97 hci_con_handle_t connection_handle; member
|
H A D | mesh_node_demo.c | 87 static uint16_t att_read_callback(hci_con_handle_t connection_handle, uint16_t att_handle, uint16_t… in att_read_callback()
|
H A D | gatt_battery_query.c | 85 static hci_con_handle_t connection_handle; variable
|
H A D | gatt_browser.c | 82 static hci_con_handle_t connection_handle; variable
|
H A D | le_credit_based_flow_control_mode_server.c | 83 hci_con_handle_t connection_handle; member
|
H A D | gatt_heart_rate_client.c | 85 static hci_con_handle_t connection_handle; variable
|
H A D | gatt_device_information_query.c | 86 static hci_con_handle_t connection_handle; variable
|
H A D | nordic_spp_le_streamer.c | 91 hci_con_handle_t connection_handle; member
|
H A D | gatt_streamer_server.c | 104 hci_con_handle_t connection_handle; member
|
H A D | hog_host_demo.c | 84 static hci_con_handle_t connection_handle; variable
|
H A D | le_streamer_client.c | 91 static hci_con_handle_t connection_handle; variable
|
H A D | hog_boot_host_demo.c | 81 static hci_con_handle_t connection_handle; variable
|
H A D | le_mitm.c | 378 hci_con_handle_t connection_handle; in hci_event_handler() local
|
/btstack/port/renesas-ek-ra6m4a-da14531/example/ |
H A D | gatt_rgb.c | 123 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 D | gatt_rgb.c | 135 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 D | fuzz_l2cap.c | 166 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 D | fuzz_hci.c | 76 uint16_t connection_handle = ((data[0] >> 2) & 0x07); // 0x0000 - 0x0007 in LLVMFuzzerTestOneInput() local
|
H A D | fuzz_l2cap_whitebox.c | 167 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 D | gatt_server_test.cpp | 54 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 D | example.c | 97 hci_con_handle_t connection_handle; member
|
/btstack/test/security_manager_sc/ |
H A D | sm_test.c | 110 static uint16_t connection_handle = 0; variable
|
/btstack/test/mesh/ |
H A D | mesh_pts.c | 569 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 D | hci.c | 9114 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()
|