Searched refs:EattChannel (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt_impl.h | 52 std::map<uint16_t, std::shared_ptr<EattChannel>> eatt_channels; 89 EattChannel* find_channel_by_cid(uint16_t lcid) { in find_channel_by_cid() 98 for (const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el : in is_channel_connection_pending() 106 EattChannel* find_channel_by_cid(const RawAddress& bdaddr, uint16_t lcid) { in find_channel_by_cid() 177 EattChannel* channel = find_eatt_channel_by_cid(bda, cid); in eatt_l2cap_connect_ind_common() 180 auto chan = std::make_shared<EattChannel>(eatt_dev->bda_, cid, peer_mtu, in eatt_l2cap_connect_ind_common() 210 for (const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el : 399 EattChannel* channel = this->find_channel_by_cid(bda, lcid); in eatt_l2cap_connect_cfm() 437 EattChannel* channel = find_channel_by_cid(bda, lcid); in eatt_l2cap_reconfig_completed() 478 EattChannel* channel = find_channel_by_cid(lcid); in eatt_l2cap_error_cb() [all …]
|
D | eatt.h | 42 class EattChannel { 62 EattChannel(RawAddress& bda, uint16_t cid, uint16_t tx_mtu, uint16_t rx_mtu) in EattChannel() function 74 ~EattChannel() { in ~EattChannel() 173 virtual EattChannel* FindEattChannelByCid(const RawAddress& bd_addr, 184 virtual EattChannel* FindEattChannelByTransId(const RawAddress& bd_addr, 206 virtual EattChannel* GetChannelAvailableForIndication( 234 virtual EattChannel* GetChannelWithQueuedDataToSend( 244 virtual EattChannel* GetChannelAvailableForClientRequest(
|
D | eatt.cc | 150 EattChannel* EattExtension::FindEattChannelByCid(const RawAddress& bd_addr, in FindEattChannelByCid() 155 EattChannel* EattExtension::FindEattChannelByTransId(const RawAddress& bd_addr, in FindEattChannelByTransId() 165 EattChannel* EattExtension::GetChannelAvailableForIndication( in GetChannelAvailableForIndication() 178 EattChannel* EattExtension::GetChannelWithQueuedDataToSend( in GetChannelWithQueuedDataToSend() 183 EattChannel* EattExtension::GetChannelAvailableForClientRequest( in GetChannelAvailableForClientRequest()
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_eatt.h | 24 using bluetooth::eatt::EattChannel; 45 MOCK_METHOD((EattChannel*), FindEattChannelByCid, 47 MOCK_METHOD((EattChannel*), FindEattChannelByTransId, 51 MOCK_METHOD((EattChannel*), GetChannelAvailableForIndication, 55 MOCK_METHOD((EattChannel*), GetChannelWithQueuedDataToSend, 57 MOCK_METHOD((EattChannel*), GetChannelAvailableForClientRequest,
|
D | mock_eatt.cc | 63 EattChannel* EattExtension::FindEattChannelByCid(const RawAddress& bd_addr, in FindEattChannelByCid() 68 EattChannel* EattExtension::FindEattChannelByTransId(const RawAddress& bd_addr, in FindEattChannelByTransId() 78 EattChannel* EattExtension::GetChannelAvailableForIndication( in GetChannelAvailableForIndication() 91 EattChannel* EattExtension::GetChannelWithQueuedDataToSend( in GetChannelWithQueuedDataToSend() 96 EattChannel* EattExtension::GetChannelAvailableForClientRequest( in GetChannelAvailableForClientRequest()
|
/packages/modules/Bluetooth/system/stack/test/eatt/ |
D | eatt_test.cc | 48 using bluetooth::eatt::EattChannel; 103 EattChannel* channel = in ConnectDeviceEattSupported() 118 EattChannel* channel = in ConnectDeviceEattSupported() 169 EattChannel* channel = in ConnectDeviceBothSides() 184 EattChannel* channel = in ConnectDeviceBothSides() 193 EattChannel* channel = in ConnectDeviceBothSides() 461 EattChannel* channel = in TEST_F() 489 EattChannel* channel = in TEST_F() 517 EattChannel* channel = in TEST_F() 545 EattChannel* channel = in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_utils.cc | 58 using bluetooth::eatt::EattChannel; 1063 EattChannel* channel = in gatt_tcb_is_cid_busy() 1116 EattChannel* channel = in gatt_tcb_get_cid_available_for_indication() 1153 EattChannel* channel = in gatt_tcb_find_indicate_handle() 1177 EattChannel* channel = in gatt_tcb_get_att_cid() 1199 EattChannel* channel = in gatt_tcb_get_payload_size() 1262 EattChannel* channel = EattExtension::GetInstance()->FindEattChannelByCid( in gatt_clcb_invalidate() 1336 EattChannel* channel = EattExtension::GetInstance()->FindEattChannelByTransId( in gatt_sr_get_cmd_by_trans_id() 1392 EattChannel* channel = in gatt_sr_reset_cback_cnt() 1426 EattChannel* channel = in gatt_sr_get_cmd_by_cid() [all …]
|
D | gatt_sr.cc | 47 using bluetooth::eatt::EattChannel; 67 EattChannel* channel = in gatt_sr_enqueue_cmd() 112 EattChannel* channel = in gatt_sr_cmd_empty() 137 EattChannel* channel = in gatt_dequeue_sr_cmd()
|
D | gatt_cl.cc | 58 using bluetooth::eatt::EattChannel; 1164 EattChannel* channel = in gatt_cl_send_next_cmd_inq()
|