Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/hci/include/
Dbt_vendor_lib.h193 BT_VND_LPM_ENABLE, enumerator
/external/bluetooth/bluedroid/hci/src/
Dlpm.c303 uint8_t lpm_cmd = (turn_on) ? BT_VND_LPM_ENABLE : BT_VND_LPM_DISABLE; in lpm_enable()