Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAbstractionLayer.java85 public static final int BT_STATUS_UNHANDLED = 8; field in AbstractionLayer
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h94 BT_STATUS_UNHANDLED, enumerator
121 case BT_STATUS_UNHANDLED: in bt_status_text()
/aosp12/system/bt/service/
H A Dlogging_helpers.cc95 CASE_RETURN_TEXT(BT_STATUS_UNHANDLED); in BtStatusText()
/aosp12/hardware/libhardware/include/hardware/
H A Dbluetooth.h82 BT_STATUS_UNHANDLED, enumerator
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc2015 return BT_STATUS_UNHANDLED; in register_notification_rsp()
2066 return BT_STATUS_UNHANDLED; in get_folder_items_list_rsp()
2277 return BT_STATUS_UNHANDLED; in set_browsed_player_rsp()
H A Dbtif_dm.cc517 bt_status_t status = BT_STATUS_UNHANDLED; in btif_update_remote_properties()