Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/auto/
Dble_types.h36 uint16_t Connection_Handle;
456 uint16_t Connection_Handle;
581 uint16_t Connection_Handle;
607 uint16_t Connection_Handle;
618 uint16_t Connection_Handle;
659 uint16_t Connection_Handle;
666 uint16_t Connection_Handle;
732 uint16_t Connection_Handle;
738 uint16_t Connection_Handle;
744 uint16_t Connection_Handle;
[all …]
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_events.h132 uint16_t Connection_Handle;
138 uint16_t Connection_Handle;
144 uint16_t Connection_Handle;
165 uint16_t Connection_Handle;
169 uint16_t Connection_Handle;
251 uint16_t Connection_Handle;
268 uint16_t Connection_Handle;
276 uint16_t Connection_Handle;
281 uint16_t Connection_Handle;
287 uint16_t Connection_Handle;
[all …]
Dble_api.h358 tBleStatus hci_disconnect(uint16_t Connection_Handle,
372 tBleStatus hci_read_remote_version_information(uint16_t Connection_Handle);
480 tBleStatus hci_read_transmit_power_level(uint16_t Connection_Handle,
539 tBleStatus hci_read_authenticated_payload_timeout(uint16_t Connection_Handle,
556 tBleStatus hci_write_authenticated_payload_timeout(uint16_t Connection_Handle,
635 tBleStatus hci_read_rssi(uint16_t Connection_Handle,
1186 tBleStatus hci_le_connection_update(uint16_t Connection_Handle,
1231 tBleStatus hci_le_read_channel_map(uint16_t Connection_Handle,
1244 tBleStatus hci_le_read_remote_features(uint16_t Connection_Handle);
1291 tBleStatus hci_le_enable_encryption(uint16_t Connection_Handle,
[all …]
Dble_stack_user_cfg.h1864 tBleStatus aci_gap_terminate_api(uint16_t Connection_Handle,
1867 tBleStatus aci_gap_start_connection_update_api(uint16_t Connection_Handle,
1932 tBleStatus aci_gap_set_security_api(uint16_t Connection_Handle,
1936 tBleStatus aci_gap_pairing_resp_api(uint16_t Connection_Handle,
1939 tBleStatus aci_gap_passkey_resp_api(uint16_t Connection_Handle,
1942 tBleStatus aci_gap_passkey_input_api(uint16_t Connection_Handle,
1958 tBleStatus aci_gap_numeric_comparison_value_confirm_yesno_api(uint16_t Connection_Handle,
1961 tBleStatus aci_gap_get_security_level_api(uint16_t Connection_Handle,
2004 tBleStatus aci_gatt_srv_notify_api(uint16_t Connection_Handle,
2011 tBleStatus aci_gatt_srv_multi_notify_api(uint16_t Connection_Handle,
[all …]
Dble_types.h27 uint16_t Connection_Handle;
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/
Dble_stack_user_cfg.c3434 tBleStatus aci_gap_terminate(uint16_t Connection_Handle, in aci_gap_terminate() argument
3437 return aci_gap_terminate_api(Connection_Handle, in aci_gap_terminate()
3458 tBleStatus aci_gap_start_connection_update(uint16_t Connection_Handle, in aci_gap_start_connection_update() argument
3466 return aci_gap_start_connection_update_api(Connection_Handle, in aci_gap_start_connection_update()
3660 tBleStatus aci_gap_set_security(uint16_t Connection_Handle, in aci_gap_set_security() argument
3664 return aci_gap_set_security_api(Connection_Handle, in aci_gap_set_security()
3673 tBleStatus aci_gap_pairing_resp(uint16_t Connection_Handle, in aci_gap_pairing_resp() argument
3676 return aci_gap_pairing_resp_api(Connection_Handle, in aci_gap_pairing_resp()
3684 tBleStatus aci_gap_passkey_resp(uint16_t Connection_Handle, in aci_gap_passkey_resp() argument
3687 return aci_gap_passkey_resp_api(Connection_Handle, in aci_gap_passkey_resp()
[all …]
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c367 uint16_t Connection_Handle;
376 uint16_t Connection_Handle;
405 uint16_t Connection_Handle;
411 uint16_t Connection_Handle;
437 uint16_t Connection_Handle;
442 uint16_t Connection_Handle;
447 uint16_t Connection_Handle;
453 uint16_t Connection_Handle;
481 uint16_t Connection_Handle;
486 uint16_t Connection_Handle;
[all …]
Ddtm_preprocess_events.h37 uint16_t Connection_Handle,
40 int aci_gatt_srv_attribute_modified_event_preprocess(uint16_t Connection_Handle,
46 int aci_gatt_clt_notification_event_preprocess(uint16_t Connection_Handle,
52 int aci_gatt_clt_proc_complete_event_preprocess(uint16_t Connection_Handle,
56 int aci_gatt_tx_pool_available_event_preprocess(uint16_t Connection_Handle,
59 int aci_gatt_srv_read_event_preprocess(uint16_t Connection_Handle,
64 int aci_gatt_srv_write_event_preprocess(uint16_t Connection_Handle,
71 int aci_att_srv_prepare_write_req_event_preprocess(uint16_t Connection_Handle,
78 int aci_l2cap_cos_disconnection_complete_event_preprocess(uint16_t Connection_Handle,
81 int aci_l2cap_cos_sdu_data_tx_event_preprocess(uint16_t Connection_Handle,
[all …]
Ddtm_preprocess_events.c78 evt->Connection_Handle, in hci_disconnection_complete_event_process()
118 ret = aci_l2cap_cos_disconnection_complete_event_preprocess(evt->Connection_Handle, in aci_l2cap_cos_disconnection_complete_event_process()
130 ret = aci_l2cap_cos_sdu_data_rx_event_preprocess(evt->Connection_Handle, in aci_l2cap_cos_sdu_data_rx_event_process()
147 ret = aci_gatt_tx_pool_available_event_preprocess(evt->Connection_Handle, in aci_gatt_tx_pool_available_event_process()
158 ret = aci_gatt_srv_attribute_modified_event_preprocess(evt->Connection_Handle, in aci_gatt_srv_attribute_modified_event_process()
172 ret = aci_gatt_clt_notification_event_preprocess(evt->Connection_Handle, in aci_gatt_clt_notification_event_process()
186 ret = aci_gatt_clt_proc_complete_event_preprocess(evt->Connection_Handle, in aci_gatt_clt_proc_complete_event_process()
198 …ret = aci_gatt_srv_read_event_preprocess(evt->Connection_Handle, evt->CID, evt->Attribute_Handle, … in aci_gatt_srv_read_event_process()
208 ret = aci_gatt_srv_write_event_preprocess(evt->Connection_Handle, evt->CID, evt->Resp_Needed, in aci_gatt_srv_write_event_process()
220 …ret = aci_att_srv_prepare_write_req_event_preprocess(evt->Connection_Handle, evt->CID, evt->Attrib… in aci_att_srv_prepare_write_req_event_process()
Ddtm_cmd_db.h43 tBleStatus aci_test_tx_notification_start(uint16_t Connection_Handle, uint16_t Service_Handle, uint…
44 tBleStatus aci_test_tx_write_command_start(uint16_t Connection_Handle, uint16_t Attr_Handle, uint16…
45 tBleStatus aci_test_rx_start(uint16_t Connection_Handle, uint16_t Attribute_Handle, uint8_t Notific…
63 void aci_l2cap_sdu_data_tx_nwk_event(uint16_t Connection_Handle,
67 void aci_l2cap_sdu_data_rx_nwk_event(uint16_t Connection_Handle,
79 void aci_gatt_srv_attribute_modified_event(uint16_t Connection_Handle,
Daci_gatt_nwk.h120 void ACI_gatt_nwk_proc_complete(uint16_t Connection_Handle, uint16_t CID, uint8_t Error_Code);
132 void ACI_gatt_nwk_disconnection(uint16_t Connection_Handle, uint16_t CID);
401 tBleStatus aci_gatt_srv_read_multiple_instance_handle_value_nwk(uint16_t Connection_Handle,
455 tBleStatus aci_gatt_clt_write_nwk(uint16_t Connection_Handle,
478 tBleStatus aci_gatt_clt_write_long_nwk(uint16_t Connection_Handle,
502 tBleStatus aci_gatt_clt_write_char_reliable_nwk(uint16_t Connection_Handle,
Ddtm_burst.h27 tBleStatus BURST_TXNotificationStart(uint16_t Connection_Handle, uint16_t Service_Handle,
30 tBleStatus BURST_TXWriteCommandStart(uint16_t Connection_Handle, uint16_t Attr_Handle,
33 tBleStatus BURST_RXStart(uint16_t Connection_Handle, uint16_t Attribute_Handle, uint8_t Notificatio…
39 uint8_t BURST_NotificationReceived(uint16_t Connection_Handle, uint16_t Attribute_Handle, uint16_t …
41 uint8_t BURST_WriteReceived(uint16_t Connection_Handle, uint16_t Attribute_Handle, uint16_t Value_L…
Ddtm_cmds.c276 tBleStatus aci_test_tx_notification_start(uint16_t Connection_Handle, uint16_t Service_Handle, uint… in aci_test_tx_notification_start() argument
278 return BURST_TXNotificationStart(Connection_Handle, Service_Handle, Char_Handle, Value_Length); in aci_test_tx_notification_start()
281 tBleStatus aci_test_tx_write_command_start(uint16_t Connection_Handle, uint16_t Attr_Handle, uint16… in aci_test_tx_write_command_start() argument
283 return BURST_TXWriteCommandStart(Connection_Handle, Attr_Handle, Value_Length); in aci_test_tx_write_command_start()
286 tBleStatus aci_test_rx_start(uint16_t Connection_Handle, uint16_t Attribute_Handle, uint8_t Notific… in aci_test_rx_start() argument
288 return BURST_RXStart(Connection_Handle, Attribute_Handle, Notifications_WriteCmds); in aci_test_rx_start()
Daci_l2cap_nwk.h5 void aci_l2cap_cos_sdu_data_rx_nwk_event(uint16_t Connection_Handle,
11 void aci_l2cap_cos_sdu_data_tx_nwk_event(uint16_t Connection_Handle,