Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ble.c1416 BTM_FAILED_ON_SECURITY); in l2cble_sec_comp()
/system/bt/stack/btm/
Dbtm_sec.c5372 return(BTM_FAILED_ON_SECURITY); in btm_sec_execute_procedure()
5413 return(BTM_FAILED_ON_SECURITY); in btm_sec_execute_procedure()
5430 return (BTM_FAILED_ON_SECURITY); in btm_sec_execute_procedure()
/system/bt/stack/include/
Dbtm_api.h63 BTM_FAILED_ON_SECURITY, /* 18 security failed */ enumerator
/system/bt/btif/src/
Dbtif_gatt_client.c284 case BTM_FAILED_ON_SECURITY: in btif_gattc_translate_btm_status()