Lines Matching defs:handle

113   uint16_t handle;  member
327 tACL_CONN* acl_get_connection_from_handle(uint16_t handle) { in acl_get_connection_from_handle()
332 uint16_t handle; in btm_acl_process_sca_cmpl_pkt() local
432 void btm_acl_update_conn_addr(uint16_t handle, const RawAddress& address) { in btm_acl_update_conn_addr()
452 void btm_acl_removed(uint16_t handle) { in btm_acl_removed()
603 void btm_acl_encrypt_change(uint16_t handle, uint8_t status, in btm_acl_encrypt_change()
761 uint8_t status, uint16_t handle) { in maybe_chain_more_commands_after_read_remote_version_complete()
787 void btm_process_remote_version_complete(uint8_t status, uint16_t handle, in btm_process_remote_version_complete()
814 uint16_t handle; in btm_read_remote_version_complete_raw() local
831 void btm_read_remote_version_complete(tHCI_STATUS status, uint16_t handle, in btm_read_remote_version_complete()
885 void StackAclBtmAcl::btm_read_remote_features(uint16_t handle) { in btm_read_remote_features()
919 void btm_read_remote_ext_features(uint16_t handle, uint8_t page_number) { in btm_read_remote_ext_features()
939 uint16_t handle; in btm_read_remote_features_complete_raw() local
954 void btm_read_remote_features_complete(uint16_t handle, uint8_t* features) { in btm_read_remote_features_complete()
997 uint16_t handle; in btm_read_remote_ext_features_complete_raw() local
1028 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num, in btm_read_remote_ext_features_complete()
1072 void btm_read_remote_ext_features_failed(uint8_t status, uint16_t handle) { in btm_read_remote_ext_features_failed()
1819 uint16_t handle; in btm_read_tx_power_complete() local
1883 uint16_t handle; in btm_read_rssi_complete() local
1938 uint16_t handle; in btm_read_failed_contact_counter_complete() local
1984 uint16_t handle; in btm_read_automatic_flush_timeout_complete() local
2045 uint16_t handle; in btm_read_link_quality_complete() local
2376 const RawAddress acl_address_from_handle(uint16_t handle) { in acl_address_from_handle()
2485 uint8_t acl_link_role_from_handle(uint16_t handle) { in acl_link_role_from_handle()
2558 void on_acl_br_edr_connected(const RawAddress& bda, uint16_t handle, in on_acl_br_edr_connected()
2603 void btm_acl_connected(const RawAddress& bda, uint16_t handle, in btm_acl_connected()
2613 void btm_acl_disconnected(tHCI_STATUS status, uint16_t handle, in btm_acl_disconnected()
2691 void acl_disconnect_from_handle(uint16_t handle, tHCI_STATUS reason) { in acl_disconnect_from_handle()
2814 void acl_packets_completed(uint16_t handle, uint16_t credits) { in acl_packets_completed()
2833 uint16_t handle{0}; in acl_parse_num_completed_pkts() local
2851 void acl_process_supported_features(uint16_t handle, uint64_t features) { in acl_process_supported_features()
2883 void acl_process_extended_features(uint16_t handle, uint8_t current_page_number, in acl_process_extended_features()