Home
last modified time | relevance | path

Searched refs:GATT_CONN_OK (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc600 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_OK); in bta_gatts_conn_cback()
602 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, GATT_CONN_OK); in bta_gatts_conn_cback()
Dbta_gattc_act.cc648 .reason = GATT_CONN_OK, in bta_gattc_close()
1407 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_OK); in bta_gattc_conn_cback()
1412 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, GATT_CONN_OK); in bta_gattc_conn_cback()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h265 GATT_CONN_OK = 0, enumerator
288 CASE_RETURN_TEXT(GATT_CONN_OK); in gatt_disconnection_reason_text()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1724 .status = (le_close->reason != GATT_CONN_OK) ? BTA_HH_ERR in bta_hh_le_open_fail()
1785 case GATT_CONN_OK: in bta_hh_gatt_close()
2199 .reason = GATT_CONN_OK, in bta_hh_le_service_changed()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc967 kGattConnected, GATT_CONN_OK, in gatt_send_conn_cback()
Dgatt_api.cc1368 (*p_reg->app_cb.p_conn_cb)(gatt_if, bda, conn_id, true, GATT_CONN_OK, in GATT_StartIf()