Searched refs:use_le (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c719 BOOLEAN use_le = FALSE; local
723 return use_le;
727 use_le = TRUE;
732 use_le = (dev_type == BT_DEVICE_TYPE_BLE);
734 return use_le;

Completed in 942 milliseconds