Home
last modified time | relevance | path

Searched refs:le_close (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1213 .le_close = in bta_hh_le_close()
1697 const tBTA_HH_LE_CLOSE* le_close = &p_data->le_close; in bta_hh_le_open_fail() local
1703 gatt_disconnection_reason_text(le_close->reason).c_str())); in bta_hh_le_open_fail()
1724 .status = (le_close->reason != GATT_CONN_OK) ? BTA_HH_ERR in bta_hh_le_open_fail()
1746 const tBTA_HH_LE_CLOSE* le_close = &p_data->le_close; in bta_hh_gatt_close() local
1752 gatt_disconnection_reason_text(le_close->reason).c_str())); in bta_hh_gatt_close()
1770 switch (le_close->reason) { in bta_hh_gatt_close()
1776 p_cb->link_spec, gatt_disconnection_reason_text(le_close->reason)); in bta_hh_gatt_close()
1791 p_cb->link_spec, gatt_disconnection_reason_text(le_close->reason)); in bta_hh_gatt_close()
2191 .le_close = in bta_hh_le_service_changed()
Dbta_hh_int.h129 tBTA_HH_LE_CLOSE le_close; member