Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/lib/
Dble_lib.py26 from blueberry.tests.gd_sl4a.lib.bt_constants import adv_fail
116 … regex = "({}|{})".format(adv_succ.format(advertise_callback), adv_fail.format(advertise_callback))
Dbt_constants.py58 adv_fail = "BleAdvertise{}onFailure" variable