Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/co/
Dbta_fs_co.c138 return BTA_FS_CO_FAIL; in getAccess()
156 return BTA_FS_CO_FAIL; in getAccess()
386 status = BTA_FS_CO_FAIL; in bta_fs_co_open()
419 status = BTA_FS_CO_FAIL; in bta_fs_co_close()
462 status = BTA_FS_CO_FAIL; in bta_fs_co_read()
507 status = BTA_FS_CO_FAIL; in bta_fs_co_write()
581 return BTA_FS_CO_FAIL; in bta_fs_co_access()
608 return BTA_FS_CO_FAIL; in bta_fs_co_access()
641 status = BTA_FS_CO_FAIL; in bta_fs_co_mkdir()
691 return BTA_FS_CO_FAIL; in bta_fs_co_rmdir()
[all …]
/external/bluetooth/bluedroid/bta/include/
Dbta_fs_co.h65 #define BTA_FS_CO_FAIL GOEP_FAIL /* Used to pass all other errors */ macro