Home
last modified time | relevance | path

Searched defs:h5 (Results 1 – 4 of 4) sorted by relevance

/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Drtk_parse.c618 tRTK_CONN_PROF *find_connection_by_handle(tRTK_PROF *h5, uint16_t handle) in find_connection_by_handle()
645 void init_connection_hash(tRTK_PROF *h5) in init_connection_hash()
651 void add_connection_to_hash(tRTK_PROF *h5, tRTK_CONN_PROF *desc) in add_connection_to_hash()
666 void flush_connection_hash(tRTK_PROF *h5) in flush_connection_hash()
684 void init_profile_hash(tRTK_PROF *h5) in init_profile_hash()
729 void flush_profile_hash(tRTK_PROF *h5) in flush_profile_hash()
745 tRTK_PROF_INFO *find_profile_by_handle_scid(tRTK_PROF *h5, uint16_t handle, uint16_t scid) in find_profile_by_handle_scid()
762 tRTK_PROF_INFO *find_profile_by_handle_dcid(tRTK_PROF *h5, uint16_t handle, uint16_t dcid) in find_profile_by_handle_dcid()
779 tRTK_PROF_INFO *find_profile_by_handle_dcid_scid(tRTK_PROF *h5, uint16_t handle, uint16_t dcid, uin… in find_profile_by_handle_dcid_scid()
796 void init_coex_hash(tRTK_PROF *h5) in init_coex_hash()
[all …]
Dhci_h5.c798 static uint16_t h5_get_crc(tHCI_H5_CB *h5) in h5_get_crc()
887 static void h5_unslip_one_byte(tHCI_H5_CB *h5, unsigned char byte) in h5_unslip_one_byte()
969 static sk_buff *h5_prepare_pkt(tHCI_H5_CB *h5, uint8_t *data, signed long len, signed long pkt_type) in h5_prepare_pkt()
1069 static void h5_remove_acked_pkt(tHCI_H5_CB *h5) in h5_remove_acked_pkt()
1665 static uint8_t h5_complete_rx_pkt(tHCI_H5_CB *h5) in h5_complete_rx_pkt()
1815 static bool h5_recv(tHCI_H5_CB *h5, uint8_t *data, int count) in h5_recv()
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_parse.c532 tRTK_CONN_PROF *find_connection_by_handle(tRTK_PROF *h5, uint16_t handle) in find_connection_by_handle()
559 void init_connection_hash(tRTK_PROF *h5) in init_connection_hash()
565 void add_connection_to_hash(tRTK_PROF *h5, tRTK_CONN_PROF *desc) in add_connection_to_hash()
579 void flush_connection_hash(tRTK_PROF *h5) in flush_connection_hash()
595 void init_profile_hash(tRTK_PROF *h5) in init_profile_hash()
636 void flush_profile_hash(tRTK_PROF *h5) in flush_profile_hash()
651 tRTK_PROF_INFO *find_profile_by_handle_scid(tRTK_PROF *h5, uint16_t handle, uint16_t scid) in find_profile_by_handle_scid()
667 tRTK_PROF_INFO *find_profile_by_handle_dcid(tRTK_PROF *h5, uint16_t handle, uint16_t dcid) in find_profile_by_handle_dcid()
683 tRTK_PROF_INFO *find_profile_by_handle_dcid_scid(tRTK_PROF *h5, uint16_t handle, uint16_t dcid, uin… in find_profile_by_handle_dcid_scid()
699 void init_coex_hash(tRTK_PROF *h5) in init_coex_hash()
[all …]
Dhci_h5.c543 static uint16_t h5_get_crc(tHCI_H5_CB *h5) in h5_get_crc()
632 static void h5_unslip_one_byte(tHCI_H5_CB *h5, unsigned char byte) in h5_unslip_one_byte()
710 static sk_buff *h5_prepare_pkt(tHCI_H5_CB *h5, uint8_t *data, signed long len, signed long pkt_type) in h5_prepare_pkt()
810 static void h5_remove_acked_pkt(tHCI_H5_CB *h5) in h5_remove_acked_pkt()
1211 static uint8_t h5_complete_rx_pkt(tHCI_H5_CB *h5) in h5_complete_rx_pkt()
1349 static bool h5_recv(tHCI_H5_CB *h5, uint8_t *data, int count) in h5_recv()