Home
last modified time | relevance | path

Searched refs:SMP_STARTED (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dsmp_api.h60 #define SMP_STARTED 0x10 macro
/external/bluetooth/bluedroid/stack/smp/
Dsmp_api.c152 return SMP_STARTED; in SMP_Pair()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c1031 if (SMP_Pair(bd_addr) == SMP_STARTED) in btm_ble_set_encryption()
Dbtm_sec.c1106 if (SMP_Pair(p_dev_rec->bd_addr) == SMP_STARTED) in BTM_SecBond()