Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_parse.c2237 static void handle_connection_hci_conn_null(tRTK_CONN_PROF *hci_conn_temp, uint16_t handle_temp, ui… in handle_connection_hci_conn_null() argument
2239 tRTK_CONN_PROF *hci_conn = hci_conn_temp; in handle_connection_hci_conn_null()
2297 static void handle_disconnect_hci_conn_type_zero(tRTK_CONN_PROF *hci_conn_temp, uint16_t handle_tem… in handle_disconnect_hci_conn_type_zero() argument
2310 update_profile_connection(hci_conn_temp, prof_info->profile_index, FALSE); in handle_disconnect_hci_conn_type_zero()
2368 static void handle_le_connection_hci_conn_null(tRTK_CONN_PROF *hci_conn_temp, in handle_le_connection_hci_conn_null() argument
2371 hci_conn_temp = allocate_connection_by_handle(handle_temp); in handle_le_connection_hci_conn_null()
2372 if (hci_conn_temp) { in handle_le_connection_hci_conn_null()
2373 add_connection_to_hash(&rtk_prof, hci_conn_temp); in handle_le_connection_hci_conn_null()
2374 hci_conn_temp->profile_bitmap = 0; in handle_le_connection_hci_conn_null()
2375 memset_s(hci_conn_temp->profile_refcount, sizeof(hci_conn_temp->profile_refcount), 0, 8L); in handle_le_connection_hci_conn_null()
[all …]