Lines Matching defs:con_handle

224 static void att_emit_mtu_event(hci_con_handle_t con_handle, uint16_t mtu){  in att_emit_mtu_event()
264 static void att_emit_disconnected_event(uint16_t con_handle){ in att_emit_disconnected_event()
278 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) context; in att_handle_value_indication_timeout() local
296 hci_con_handle_t con_handle; in att_server_event_packet_handler() local
662 uint8_t att_server_response_ready(hci_con_handle_t con_handle){ in att_server_response_ready()
933 hci_con_handle_t con_handle; in att_server_dispatch_packet_handler() local
1032 static void att_server_persistent_ccc_write(hci_con_handle_t con_handle, uint16_t att_handle, uint1… in att_server_persistent_ccc_write()
1208 static void att_notify_write_callbacks(hci_con_handle_t con_handle, uint16_t transaction_mode){ in att_notify_write_callbacks()
1222 static uint8_t att_validate_prepared_write(hci_con_handle_t con_handle){ in att_validate_prepared_write()
1235 static uint16_t att_server_read_callback(hci_con_handle_t con_handle, uint16_t attribute_handle, ui… in att_server_read_callback()
1254 static int att_server_write_callback(hci_con_handle_t con_handle, uint16_t attribute_handle, uint16… in att_server_write_callback()
1332 int att_server_can_send_packet_now(hci_con_handle_t con_handle){ in att_server_can_send_packet_now()
1340 …back(btstack_context_callback_registration_t * callback_registration, hci_con_handle_t con_handle){ in att_server_register_can_send_now_callback()
1344 void att_server_request_can_send_now_event(hci_con_handle_t con_handle){ in att_server_request_can_send_now_event()
1350 …tion(btstack_context_callback_registration_t * callback_registration, hci_con_handle_t con_handle){ in att_server_request_to_send_notification()
1364 …tion(btstack_context_callback_registration_t * callback_registration, hci_con_handle_t con_handle){ in att_server_request_to_send_indication()
1378 static uint8_t att_server_prepare_server_message(hci_con_handle_t con_handle, att_server_t ** out_a… in att_server_prepare_server_message()
1415 uint8_t att_server_notify(hci_con_handle_t con_handle, uint16_t attribute_handle, const uint8_t *va… in att_server_notify()
1439 uint8_t att_server_multiple_notify(hci_con_handle_t con_handle, uint8_t num_attributes, in att_server_multiple_notify()
1456 uint8_t att_server_indicate(hci_con_handle_t con_handle, uint16_t attribute_handle, const uint8_t *… in att_server_indicate()
1486 uint16_t att_server_get_mtu(hci_con_handle_t con_handle){ in att_server_get_mtu()
1520 static att_server_eatt_bearer_t * att_server_eatt_bearer_for_con_handle(hci_con_handle_t con_handle in att_server_eatt_bearer_for_con_handle()
1547 hci_con_handle_t con_handle; in att_server_eatt_handler() local