/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gattc_api.cc | 37 const gatt::Characteristic* BTA_GATTC_GetCharacteristic(uint16_t /* conn_id */, in BTA_GATTC_GetCharacteristic() argument 42 const gatt::Characteristic* BTA_GATTC_GetOwningCharacteristic(uint16_t /* conn_id */, in BTA_GATTC_GetOwningCharacteristic() argument 47 const gatt::Descriptor* BTA_GATTC_GetDescriptor(uint16_t /* conn_id */, uint16_t /* handle */) { in BTA_GATTC_GetDescriptor() argument 51 const gatt::Service* BTA_GATTC_GetOwningService(uint16_t /* conn_id */, uint16_t /* handle */) { in BTA_GATTC_GetOwningService() argument 55 const std::list<gatt::Service>* BTA_GATTC_GetServices(uint16_t /* conn_id */) { in BTA_GATTC_GetServices() argument 61 uint16_t /* handle */) { in BTA_GATTC_DeregisterForNotifications() argument 67 uint16_t /* handle */) { in BTA_GATTC_RegisterForNotifications() argument 80 void BTA_GATTC_Close(uint16_t /* conn_id */) { inc_func_call_count(__func__); } in BTA_GATTC_Close() argument 81 void BTA_GATTC_ConfigureMTU(uint16_t /* conn_id */, uint16_t /* mtu */) { in BTA_GATTC_ConfigureMTU() argument 84 void BTA_GATTC_ConfigureMTU(uint16_t /* conn_id */, uint16_t /* mtu */, in BTA_GATTC_ConfigureMTU() argument [all …]
|
D | mock_stack_acl_ble.cc | 31 void acl_ble_connection_fail(const tBLE_BD_ADDR& /* address_with_type */, uint16_t /* handle */, in acl_ble_connection_fail() argument 36 uint16_t /* handle */, tHCI_ROLE /* role */, in acl_ble_enhanced_connection_complete() argument 46 const tBLE_BD_ADDR& /* address_with_type */, uint16_t /* handle */, tHCI_ROLE /* role */, in acl_ble_enhanced_connection_complete_from_shim() argument 56 void acl_ble_update_event_received(tHCI_STATUS /* status */, uint16_t /* handle */, in acl_ble_update_event_received() argument 62 void acl_ble_update_request_event_received(uint16_t /* handle */, uint16_t /* interval_min */, in acl_ble_update_request_event_received() argument 68 void acl_ble_data_length_change_event(uint16_t /* handle */, uint16_t /* max_tx_octets */, in acl_ble_data_length_change_event() argument
|
D | mock_stack_gap_conn.cc | 27 const RawAddress* GAP_ConnGetRemoteAddr(uint16_t /* gap_handle */) { in GAP_ConnGetRemoteAddr() argument 31 int GAP_GetRxQueueCnt(uint16_t /* handle */, uint32_t* /* p_rx_queue_count */) { in GAP_GetRxQueueCnt() argument 35 uint16_t GAP_ConnClose(uint16_t /* gap_handle */) { in GAP_ConnClose() argument 39 uint16_t GAP_ConnGetL2CAPCid(uint16_t /* gap_handle */) { in GAP_ConnGetL2CAPCid() argument 43 uint16_t GAP_ConnGetRemMtuSize(uint16_t /* gap_handle */) { in GAP_ConnGetRemMtuSize() argument 47 uint16_t GAP_ConnOpen(const char* /* p_serv_name */, uint8_t /* service_id */, bool /* is_server */, in GAP_ConnOpen() argument 55 uint16_t GAP_ConnReadData(uint16_t /* gap_handle */, uint8_t* /* p_data */, uint16_t /* max_len */, in GAP_ConnReadData() argument 56 uint16_t* /* p_len */) { in GAP_ConnReadData() argument 60 uint16_t GAP_ConnWriteData(uint16_t /* gap_handle */, BT_HDR* /* msg */) { in GAP_ConnWriteData() argument 64 bool GAP_GetLeChannelInfo(uint16_t /* gap_handle */, uint16_t* /*remote_mtu */, in GAP_GetLeChannelInfo() argument [all …]
|
D | mock_main_shim_acl_api.cc | 50 void bluetooth::shim::ACL_WriteData(uint16_t /* handle */, BT_HDR* /* p_buf */) { in ACL_WriteData() argument 53 void bluetooth::shim::ACL_Flush(uint16_t /* handle */) { inc_func_call_count(__func__); } in ACL_Flush() argument 54 void bluetooth::shim::ACL_Disconnect(uint16_t /* handle */, bool /* is_classic */, in ACL_Disconnect() argument 59 void bluetooth::shim::ACL_ReadConnectionAddress(uint16_t /* handle */, RawAddress& /* conn_addr */, in ACL_ReadConnectionAddress() argument 64 void bluetooth::shim::ACL_ReadPeerConnectionAddress(uint16_t /* handle */, in ACL_ReadPeerConnectionAddress() argument 86 void bluetooth::shim::ACL_LeSetDefaultSubrate(uint16_t /* subrate_min */, in ACL_LeSetDefaultSubrate() argument 92 void bluetooth::shim::ACL_LeSubrateRequest(uint16_t /* hci_handle */, uint16_t /* subrate_min */, in ACL_LeSubrateRequest() argument 101 uint16_t /* hci_handle */, uint16_t /* conn_int_min */, uint16_t /* conn_int_max */, in ACL_SendConnectionParameterUpdateRequest() argument 112 uint16_t /* clock_offset */) { in ACL_RemoteNameRequest() argument
|
D | mock_stack_rfcomm_port_api.cc | 34 int PORT_CheckConnection(uint16_t /* handle */, RawAddress* /* bd_addr */, uint16_t* /* p_lcid */) { in PORT_CheckConnection() argument 38 int PORT_ClearKeepHandleFlag(uint16_t /* port_handle */) { in PORT_ClearKeepHandleFlag() argument 42 int PORT_FlowControl_MaxCredit(uint16_t /* handle */, bool /* enable */) { in PORT_FlowControl_MaxCredit() argument 46 int PORT_GetSettings(uint16_t /* handle */, PortSettings* /* p_settings */) { in PORT_GetSettings() argument 50 int PORT_ReadData(uint16_t /* handle */, char* /* p_data */, uint16_t /* max_len */, in PORT_ReadData() argument 51 uint16_t* /* p_len */) { in PORT_ReadData() argument 55 int PORT_SetDataCOCallback(uint16_t /* port_handle */, tPORT_DATA_CO_CALLBACK* /* p_port_cb */) { in PORT_SetDataCOCallback() argument 59 int PORT_SetEventMaskAndCallback(uint16_t /* port_handle */, uint32_t /* mask */, in PORT_SetEventMaskAndCallback() argument 64 int PORT_SetSettings(uint16_t /* handle */, PortSettings* /* p_settings */) { in PORT_SetSettings() argument 68 int PORT_WriteData(uint16_t /* handle */, const char* /* p_data */, uint16_t /* max_len */, in PORT_WriteData() argument [all …]
|
D | mock_main_shim_acl.cc | 61 void shim::Acl::on_incoming_acl_credits(uint16_t /* handle */, uint16_t /* credits */) { in on_incoming_acl_credits() argument 92 uint16_t /* handle */, bool /* ota_address */, in GetConnectionLocalAddress() argument 98 uint16_t /* handle */, bool /* ota_address */, in GetConnectionPeerAddress() argument 136 void shim::Acl::DisconnectClassic(uint16_t /* handle */, tHCI_STATUS /* reason */, in DisconnectClassic() argument 141 void shim::Acl::DisconnectLe(uint16_t /* handle */, tHCI_STATUS /* reason */, in DisconnectLe() argument 146 void shim::Acl::LeSetDefaultSubrate(uint16_t /* subrate_min */, uint16_t /* subrate_max */, in LeSetDefaultSubrate() argument 152 void shim::Acl::LeSubrateRequest(uint16_t /* hci_handle */, uint16_t /* subrate_min */, in LeSubrateRequest() argument 182 void shim::Acl::UpdateConnectionParameters(uint16_t /* handle */, uint16_t /* conn_int_min */, in UpdateConnectionParameters() argument
|
D | mock_stack_l2cap_utils.cc | 44 bool l2cu_initialize_fixed_ccb(tL2C_LCB* /* p_lcb */, uint16_t /* fixed_cid */) { in l2cu_initialize_fixed_ccb() argument 61 bool l2cu_start_post_bond_timer(uint16_t /* handle */) { in l2cu_start_post_bond_timer() argument 65 tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* /* p_lcb */, uint16_t /* cid */, bool /* is_eatt */) { in l2cu_allocate_ccb() argument 69 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* /* p_lcb */, uint16_t /* local_cid */) { in l2cu_find_ccb_by_cid() argument 73 tL2C_CCB* l2cu_find_ccb_by_remote_cid(tL2C_LCB* /* p_lcb */, uint16_t /* remote_cid */) { in l2cu_find_ccb_by_remote_cid() argument 87 tL2C_LCB* l2cu_find_lcb_by_handle(uint16_t /* handle */) { in l2cu_find_lcb_by_handle() argument 95 tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t /* psm */) { in l2cu_allocate_ble_rcb() argument 99 tL2C_RCB* l2cu_allocate_rcb(uint16_t /* psm */) { in l2cu_allocate_rcb() argument 103 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t /* psm */) { in l2cu_find_ble_rcb_by_psm() argument 107 tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t /* psm */) { in l2cu_find_rcb_by_psm() argument [all …]
|
D | mock_stack_sdp_db.cc | 26 bool SDP_AddAdditionProtoLists(uint32_t /* handle */, uint16_t /* num_elem */, in SDP_AddAdditionProtoLists() argument 31 bool SDP_AddAttribute(uint32_t /* handle */, uint16_t /* attr_id */, uint8_t /* attr_type */, in SDP_AddAttribute() argument 36 bool SDP_AddLanguageBaseAttrIDList(uint32_t /* handle */, uint16_t /* lang */, in SDP_AddLanguageBaseAttrIDList() argument 41 bool SDP_AddProfileDescriptorList(uint32_t /* handle */, uint16_t /* profile_uuid */, in SDP_AddProfileDescriptorList() argument 46 bool SDP_AddProtocolList(uint32_t /* handle */, uint16_t /* num_elem */, in SDP_AddProtocolList() argument 51 bool SDP_AddSequence(uint32_t /* handle */, uint16_t /* attr_id */, uint16_t /* num_elem */, in SDP_AddSequence() argument 56 bool SDP_AddServiceClassIdList(uint32_t /* handle */, uint16_t /* num_services */, in SDP_AddServiceClassIdList() argument 57 uint16_t* /* p_service_uuids */) { in SDP_AddServiceClassIdList() argument 61 bool SDP_AddUuidSequence(uint32_t /* handle */, uint16_t /* attr_id */, uint16_t /* num_uuids */, in SDP_AddUuidSequence() argument 62 uint16_t* /* p_uuids */) { in SDP_AddUuidSequence() argument [all …]
|
D | mock_stack_bnep_api.cc | 31 const Uuid& /* dst_uuid */, uint16_t* /* p_handle */, in BNEP_Connect() argument 36 tBNEP_RESULT BNEP_ConnectResp(uint16_t /* handle */, tBNEP_RESULT /* resp */) { in BNEP_ConnectResp() argument 40 tBNEP_RESULT BNEP_Disconnect(uint16_t /* handle */) { in BNEP_Disconnect() argument 48 tBNEP_RESULT BNEP_SetMulticastFilters(uint16_t /* handle */, uint16_t /* num_filters */, in BNEP_SetMulticastFilters() argument 53 tBNEP_RESULT BNEP_SetProtocolFilters(uint16_t /* handle */, uint16_t /* num_filters */, in BNEP_SetProtocolFilters() argument 54 uint16_t* /* p_start_array */, uint16_t* /* p_end_array */) { in BNEP_SetProtocolFilters() argument 58 tBNEP_RESULT BNEP_Write(uint16_t /* handle */, const RawAddress& /* dest_addr */, in BNEP_Write() argument 64 tBNEP_RESULT BNEP_WriteBuf(uint16_t /* handle */, const RawAddress& /* dest_addr */, in BNEP_WriteBuf() argument
|
D | mock_stack_btm_interface.cc | 72 uint16_t* /* lmp_sub_version */) -> bool { return false; }, in __anon46c2d7710f02() argument 95 -> tBTM_STATUS { return tBTM_STATUS::BTM_SUCCESS; }, in __anon46c2d7711702() 103 .BTM_WritePageTimeout = [](uint16_t /* timeout */) {}, in __anon46c2d7711e02() argument 107 uint16_t* /* p_timeout */) -> tBTM_STATUS { in __anon46c2d7711f02() 150 .BTM_SecClrServiceByPsm = [](uint16_t /* psm */) -> uint8_t { return 0; }, in __anon46c2d7713002() argument 184 uint16_t /* tx_pdu_length */) -> tBTM_STATUS { in __anon46c2d7713d02() 190 uint8_t /* rx_phys */, uint16_t /* phy_options */) {}, in __anon46c2d7713f02() 194 uint16_t /* supervision_tout */) {}, in __anon46c2d7714002() argument 205 -> tBTM_STATUS { return tBTM_STATUS::BTM_SUCCESS; }, in __anon46c2d7714402() 206 .BTM_RegForEScoEvts = [](uint16_t /* sco_inx */, argument [all …]
|
D | mock_stack_acl_btm_pm.cc | 59 void BTM_PM_OnConnected(uint16_t /* handle */, const RawAddress& /* remote_bda */) { in BTM_PM_OnConnected() argument 62 void BTM_PM_OnDisconnected(uint16_t /* handle */) { inc_func_call_count(__func__); } in BTM_PM_OnDisconnected() argument 63 void btm_pm_on_mode_change(tHCI_STATUS /* status */, uint16_t /* handle */, in btm_pm_on_mode_change() argument 67 void btm_pm_on_sniff_subrating(tHCI_STATUS /* status */, uint16_t /* handle */, in btm_pm_on_sniff_subrating() argument 75 void btm_pm_proc_mode_change(tHCI_STATUS /* hci_status */, uint16_t /* hci_handle */, in btm_pm_proc_mode_change() argument 79 void btm_pm_proc_ssr_evt(uint8_t* /* p */, uint16_t /* evt_len */) { in btm_pm_proc_ssr_evt() argument
|
D | mock_hci_btsnoop.cc | 23 static void allowlist_l2c_channel(uint16_t, uint16_t, uint16_t) { /* do nothing */ } in allowlist_l2c_channel() argument 25 static void allowlist_rfc_dlci(uint16_t, uint8_t) { /* do nothing */ } in allowlist_rfc_dlci() argument 27 static void add_rfc_l2c_channel(uint16_t, uint16_t, uint16_t) { /* do nothing */ } in add_rfc_l2c_channel() argument 29 static void clear_l2cap_allowlist(uint16_t, uint16_t, uint16_t) { /* do nothing */ } in clear_l2cap_allowlist() argument
|
D | mock_stack_btm_ble_gap.cc | 92 tBTM_STATUS btm_ble_set_connectability(uint16_t /* combined_mode */) { in btm_ble_set_connectability() argument 96 tBTM_STATUS btm_ble_set_discoverability(uint16_t /* combined_mode */) { in btm_ble_set_discoverability() argument 129 void btm_ble_process_adv_pkt_cont(uint16_t /* evt_type */, tBLE_ADDR_TYPE /* addr_type */, in btm_ble_process_adv_pkt_cont() argument 138 uint16_t /* evt_type */, tBLE_ADDR_TYPE /* addr_type */, const RawAddress& /* bda */, in btm_ble_process_adv_pkt_cont_for_inquiry() argument 148 uint16_t /* length */, char* /* p_name */) { in btm_ble_read_remote_name_cmpl() argument 151 void btm_ble_set_adv_flag(uint16_t /* connect_mode */, uint16_t /* disc_mode */) { in btm_ble_set_adv_flag() argument 155 void btm_ble_update_dmt_flag_bits(uint8_t* /* adv_flag_value */, const uint16_t /* connect_mode */, in btm_ble_update_dmt_flag_bits() 163 void btm_ble_write_adv_enable_complete(uint8_t* /* p */, uint16_t /* evt_len */) { in btm_ble_write_adv_enable_complete() argument 166 void btm_send_hci_set_scan_params(uint8_t /* scan_type */, uint16_t /* scan_int */, in btm_send_hci_set_scan_params() argument
|
D | mock_stack_btm_sco.cc | 36 bool btm_sco_removed(uint16_t /* hci_handle */, tHCI_REASON /* reason */) { in btm_sco_removed() argument 40 const RawAddress* BTM_ReadScoBdAddr(uint16_t /* sco_inx */) { in BTM_ReadScoBdAddr() argument 45 uint16_t /* pkt_types */, uint16_t* /* p_sco_inx */, in BTM_CreateSco() argument 58 void BTM_EScoConnRsp(uint16_t /* sco_inx */, tHCI_STATUS /* hci_status */, in BTM_EScoConnRsp() argument 64 void btm_sco_chk_pend_rolechange(uint16_t /* hci_handle */) { inc_func_call_count(__func__); } in btm_sco_chk_pend_rolechange() argument 65 void btm_sco_chk_pend_unpark(tHCI_STATUS /* hci_status */, uint16_t /* hci_handle */) { in btm_sco_chk_pend_unpark() argument 72 void btm_sco_connected(const RawAddress& /* bda */, uint16_t /* hci_handle */, in btm_sco_connected() argument 77 uint16_t /* hci_handle */, tBTM_ESCO_DATA* /* p_esco_data */) { in btm_sco_connection_failed() argument 83 void btm_sco_disc_chk_pend_for_modechange(uint16_t /* hci_handle */) { in btm_sco_disc_chk_pend_for_modechange() argument 94 void btm_sco_on_disconnected(uint16_t /* hci_handle */, tHCI_REASON /* reason */) { in btm_sco_on_disconnected() argument
|
D | mock_osi_stack_power_telemetry.cc | 57 void power_telemetry::PowerTelemetry::LogChannelConnected(uint16_t /* psm */, int32_t /* src_id */, in LogChannelConnected() argument 62 void power_telemetry::PowerTelemetry::LogChannelDisconnected(uint16_t /* psm */, in LogChannelDisconnected() argument 68 void power_telemetry::PowerTelemetry::LogTxBytes(uint16_t /* psm */, int32_t /* src_id */, in LogTxBytes() argument 74 void power_telemetry::PowerTelemetry::LogRxBytes(uint16_t /* psm */, int32_t /* src_id */, in LogRxBytes() argument 81 void power_telemetry::PowerTelemetry::LogRxAclPktData(uint16_t /* len */) { in LogRxAclPktData() argument 84 void power_telemetry::PowerTelemetry::LogTxAclPktData(uint16_t /* len */) { in LogTxAclPktData() argument 87 void power_telemetry::PowerTelemetry::LogLinkDetails(uint16_t /* handle */, in LogLinkDetails() argument 93 void power_telemetry::PowerTelemetry::LogAclTxPowerLevel(uint16_t /* handle */, in LogAclTxPowerLevel() argument 105 void power_telemetry::PowerTelemetry::LogSniffStarted(uint16_t /* handle */, in LogSniffStarted() argument 109 void power_telemetry::PowerTelemetry::LogSniffStopped(uint16_t /* handle */, in LogSniffStopped() argument [all …]
|
D | mock_stack_gatt_main.cc | 51 void gatt_data_process(tGATT_TCB& /* tcb */, uint16_t /* cid */, BT_HDR* /* p_buf */) { in gatt_data_process() argument 59 void gatt_notify_conn_update(const RawAddress& /* remote */, uint16_t /* interval */, in gatt_notify_conn_update() argument 64 void gatt_notify_phy_updated(tHCI_STATUS /* status */, uint16_t /* handle */, uint8_t /* tx_phy */, in gatt_notify_phy_updated() argument 68 void gatt_notify_subrate_change(uint16_t /* handle */, uint16_t /* subrate_factor */, in gatt_notify_subrate_change() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/ |
D | devices_test.cc | 234 [&](uint16_t /*conn_id*/, uint16_t handle) -> const gatt::Characteristic* { in SetUp() argument 248 Invoke([&](uint16_t /*conn_id*/, uint16_t handle) -> const gatt::Service* { in SetUp() argument 606 uint16_t /*len*/, uint8_t* /*value*/, void* /*data*/) {}; in TEST_F() argument 608 uint16_t /*len*/, const uint8_t* /*value*/, void* /*data*/) {}; in TEST_F() argument 627 Invoke([&requested_handles](uint16_t /*conn_id*/, uint16_t handle, in TEST_F() argument 632 auto chrc_read_cb = [](uint16_t /*conn_id*/, tGATT_STATUS /*status*/, uint16_t /*handle*/, in TEST_F() argument 633 uint16_t /*len*/, uint8_t* /*value*/, void* /*data*/) {}; in TEST_F() argument 635 uint16_t /*len*/, const uint8_t* /*value*/, void* /*data*/) {}; in TEST_F() argument 676 uint16_t /*len*/, uint8_t* /*value*/, void* /*data*/) {}; in TEST_F() argument 680 auto cccd_write_cb = [](uint16_t /*conn_id*/, tGATT_STATUS /*status*/, uint16_t /*handle*/, in TEST_F() argument [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | l2cap_fuzzer.cc | 89 void SnoopLogger::AcceptlistL2capChannel(uint16_t, uint16_t, uint16_t) {} in AcceptlistL2capChannel() argument 90 void SnoopLogger::AddA2dpMediaChannel(uint16_t, uint16_t, uint16_t) {} in AddA2dpMediaChannel() argument 91 void SnoopLogger::AddRfcommL2capChannel(uint16_t, uint16_t, uint16_t) {} in AddRfcommL2capChannel() argument 92 void SnoopLogger::ClearL2capAcceptlist(uint16_t, uint16_t, uint16_t) {} in ClearL2capAcceptlist() argument 93 void SnoopLogger::RemoveA2dpMediaChannel(uint16_t, uint16_t) {} in RemoveA2dpMediaChannel() argument 94 void SnoopLogger::SetL2capChannelClose(uint16_t, uint16_t, uint16_t) {} in SetL2capChannelClose() argument 95 void SnoopLogger::SetL2capChannelOpen(uint16_t, uint16_t, uint16_t, uint16_t, bool) {} in SetL2capChannelOpen() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/host/ |
D | metrics.cc | 26 void LogMetricClassicPairingEvent(const Address& /* address */, uint16_t /* handle */, in LogMetricClassicPairingEvent() argument 50 double /* packet_loss_ratio */, uint16_t /* codec_type */) {} in LogMetricHfpPacketLossStats() argument 55 void LogMetricReadRssiResult(const Address& /* address */, uint16_t /* handle */, in LogMetricReadRssiResult() argument 58 void LogMetricReadFailedContactCounterResult(const Address& /* address */, uint16_t /* handle */, in LogMetricReadFailedContactCounterResult() argument 62 void LogMetricReadTxPowerLevelResult(const Address& /* address */, uint16_t /* handle */, in LogMetricReadTxPowerLevelResult() argument 66 void LogMetricRemoteVersionInfo(uint16_t /* handle */, uint8_t /* status */, uint8_t /* version */, in LogMetricRemoteVersionInfo() argument 72 uint16_t /* link_type */, uint32_t /* hci_cmd */, in LogMetricLinkLayerConnectionEvent() argument 85 void LogMetricSdpAttribute(const Address& /* address */, uint16_t /* protocol_uuid */, in LogMetricSdpAttribute() argument 89 void LogMetricSmpPairingEvent(const Address& /* address */, uint16_t /* smp_cmd */, in LogMetricSmpPairingEvent() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer_unittest.cc | 294 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F() argument 298 uint16_t /* sub_version */) {})); in TEST_F() argument 306 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) { in TEST_F() argument 312 uint16_t /* sub_version */) {})); in TEST_F() argument 321 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F() argument 325 uint16_t /* sub_version */) { in TEST_F() argument 338 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F() argument 341 uint16_t /* sub_version */) {})); in TEST_F() argument 349 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) { in TEST_F() argument 354 uint16_t /* sub_version */) {})); in TEST_F() argument [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/common/ |
D | metrics_linux.cc | 89 void LogClassicPairingEvent(const RawAddress& /* address */, uint16_t /* handle */, in LogClassicPairingEvent() argument 117 void LogReadRssiResult(const RawAddress& /* address */, uint16_t /* handle */, in LogReadRssiResult() argument 120 void LogReadFailedContactCounterResult(const RawAddress& /* address */, uint16_t /* handle */, in LogReadFailedContactCounterResult() argument 124 void LogReadTxPowerLevelResult(const RawAddress& /* address */, uint16_t /* handle */, in LogReadTxPowerLevelResult() argument 127 void LogRemoteVersionInfo(uint16_t /* handle */, uint8_t /* status */, uint8_t /* version */, in LogRemoteVersionInfo() argument 132 uint16_t /* link_type */, uint32_t /* hci_cmd */, in LogLinkLayerConnectionEvent() argument 143 void LogSdpAttribute(const RawAddress& /* address */, uint16_t /* protocol_uuid */, in LogSdpAttribute() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | ranging_hal_host.cc | 36 void OpenSession(uint16_t /* connection_handle */, uint16_t /* att_handle */, in OpenSession() argument 41 uint16_t /* connection_handle */, in HandleVendorSpecificReply() argument 45 void WriteRawData(uint16_t /* connection_handle */, in WriteRawData() argument 48 void UpdateChannelSoundingConfig(uint16_t /* connection_handle */, in UpdateChannelSoundingConfig() argument 55 uint16_t /* connection_handle */, in UpdateProcedureEnableConfig() argument 59 void WriteProcedureData(uint16_t /* connection_handle */, hci::CsRole /* local_cs_role */, in WriteProcedureData() argument 63 void UpdateConnInterval(uint16_t /* connection_handle */, uint16_t /* conn_interval */) override { in UpdateConnInterval() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection_test.cc | 193 void OnConnectionPacketTypeChanged(uint16_t /* packet_type */) override {} in OnConnectionPacketTypeChanged() argument 197 void OnReadClockOffsetComplete(uint16_t /* clock_offset */) override {} in OnReadClockOffsetComplete() argument 199 uint16_t /* interval */) override {} in OnModeChange() argument 200 void OnSniffSubrating(hci::ErrorCode /* hci_status */, uint16_t /* maximum_transmit_latency */, in OnSniffSubrating() argument 213 void OnReadLinkPolicySettingsComplete(uint16_t /* link_policy_settings */) override {} in OnReadLinkPolicySettingsComplete() argument 214 void OnReadAutomaticFlushTimeoutComplete(uint16_t /* flush_timeout */) override {} in OnReadAutomaticFlushTimeoutComplete() argument 216 void OnReadLinkSupervisionTimeoutComplete(uint16_t /* link_supervision_timeout */) override {} in OnReadLinkSupervisionTimeoutComplete() argument 217 void OnReadFailedContactCounterComplete(uint16_t /* failed_contact_counter */) override {} in OnReadFailedContactCounterComplete() argument 222 void OnReadClockComplete(uint32_t /* clock */, uint16_t /* accuracy */) override {} in OnReadClockComplete() argument 230 uint16_t /* manufacturer_name */, in OnReadRemoteVersionInformationComplete() argument [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | stack_avctp_test.cc | 57 uint16_t /* g */) { in SetUp() argument 85 uint16_t /* sec_level */) { return 0x1234; }); in TEST_F() argument 104 uint16_t /* sec_level */) { return 0x1234; }); in TEST_F() argument 148 uint16_t /* f */, uint16_t /* g */) { in TEST_F() argument 157 [](uint16_t psm, const RawAddress /* bd_addr */, uint16_t /* sec_level */) { in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | gatt_sr_test.cc | 67 uint16_t /*payload_size*/) { in attp_build_sr_msg() argument 71 tGATT_STATUS attp_send_cl_confirmation_msg(tGATT_TCB& /*tcb*/, uint16_t /*cid*/) { in attp_send_cl_confirmation_msg() argument 78 tGATT_STATUS attp_send_sr_msg(tGATT_TCB& /*tcb*/, uint16_t /*cid*/, BT_HDR* /*p_msg*/) { in attp_send_sr_msg() argument 86 tGATT_STATUS gatts_db_read_attr_value_by_type(tGATT_TCB& /*tcb*/, uint16_t /*cid*/, in gatts_db_read_attr_value_by_type() argument 90 uint16_t* /*p_len*/, tGATT_SEC_FLAG /*sec_flag*/, in gatts_db_read_attr_value_by_type() argument 97 tGATT_STATUS GATTS_HandleValueIndication(uint16_t /*conn_id*/, uint16_t /*attr_handle*/, in GATTS_HandleValueIndication() argument 102 uint16_t /*handle*/, tGATT_SEC_FLAG /*sec_flag*/, in gatts_read_attr_perm_check() argument 106 tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB& /*tcb*/, uint16_t /*cid*/, in gatts_read_attr_value_by_handle() argument 109 uint8_t* /*p_value*/, uint16_t* /*p_len*/, in gatts_read_attr_value_by_handle() argument 115 uint16_t /*handle*/, uint16_t /*offset*/, in gatts_write_attr_perm_check() argument
|