Home
last modified time | relevance | path

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

/system/bt/stack/test/common/
Dmock_eatt.h23 using bluetooth::eatt::EattChannel;
24 using bluetooth::eatt::EattExtension;
Dmock_eatt.cc22 bluetooth::eatt::EattExtension::GetInstance(); in GetInstance()
27 namespace eatt { namespace
/system/bt/stack/gatt/
Dgatt_utils.cc44 using bluetooth::eatt::EattExtension;
45 using bluetooth::eatt::EattChannel;
289 if (p_tcb->eatt && EattExtension::GetInstance()->IsIndicationPending( in gatt_is_srv_chg_ind_pending()
447 p_tcb->eatt = 0; in gatt_allocate_tcb_by_bdaddr()
572 if (p_tcb->eatt && cid != L2CAP_ATT_CID) in gatt_start_conf_timer()
590 if (tcb.eatt && cid != L2CAP_ATT_CID) in gatt_stop_conf_timer()
607 if (tcb.eatt && cid != L2CAP_ATT_CID) in gatt_start_ind_ack_timer()
625 if (p_tcb->eatt && cid != L2CAP_ATT_CID) { in gatt_stop_ind_ack_timer()
956 if (p_reg->eatt_support) possible_plcb += p_tcb->eatt; in gatt_is_clcb_allocated()
1039 if (p_tcb->eatt && eatt_support) { in gatt_tcb_get_cid_available_for_indication()
[all …]
Dgatt_main.cc42 using bluetooth::eatt::EattExtension;
165 if (gatt_cb.tcb[i].eatt) in gatt_free()
Datt_protocol.cc440 p_clcb->cid, tcb.eatt, bt_transport_text(tcb.transport).c_str()); in attp_cl_send_cmd()
Dgatt_cl.cc51 using bluetooth::eatt::EattExtension;
52 using bluetooth::eatt::EattChannel;
Dgatt_sr.cc38 using bluetooth::eatt::EattExtension;
39 using bluetooth::eatt::EattChannel;
Dgatt_int.h294 uint8_t eatt; member
Dgatt_attr.cc721 bluetooth::eatt::EattExtension::AddFromStorage(tcb.peer_bda); in gatt_cl_init_sr_status()
/system/bt/stack/
DAndroid.bp39 "eatt",
144 "eatt/eatt.cc",
477 "system/bt/stack/eatt",
605 "system/bt/stack/eatt",
692 "eatt",
702 "eatt/eatt.cc",
709 "test/eatt/eatt_test.cc",
999 "eatt/eatt.cc",
DBUILD.gn126 "eatt/eatt.cc",
198 "eatt",
274 "//bt/bta/eatt",
/system/bt/stack/test/eatt/
Deatt_test.cc43 using bluetooth::eatt::EattChannel;
44 using bluetooth::eatt::EattChannelState;
104 ASSERT_TRUE(test_tcb.eatt == num_of_accepted_connections); in ConnectDeviceEattSupported()
110 ASSERT_TRUE(test_tcb.eatt == 0); in DisconnectEattByPeer()
117 ASSERT_TRUE(test_tcb.eatt == 0); in DisconnectEattDevice()
/system/bt/stack/eatt/
Deatt.cc21 using bluetooth::eatt::eatt_impl;
24 namespace eatt { namespace
Deatt_impl.h33 namespace eatt {
149 eatt_dev->eatt_tcb_->eatt++; in eatt_l2cap_connect_ind()
184 eatt_dev->eatt_tcb_->eatt++; in eatt_l2cap_connect_cfm()
254 eatt_dev->eatt_tcb_->eatt--; in eatt_l2cap_disconnect_ind()
621 eatt_dev->eatt_tcb_->eatt = 0; in disconnect()
Deatt.h28 namespace eatt {