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.c139 return BTA_FS_CO_FAIL; in getAccess()
157 return BTA_FS_CO_FAIL; in getAccess()
387 status = BTA_FS_CO_FAIL; in bta_fs_co_open()
420 status = BTA_FS_CO_FAIL; in bta_fs_co_close()
464 status = BTA_FS_CO_FAIL; in bta_fs_co_read()
511 status = BTA_FS_CO_FAIL; in bta_fs_co_write()
587 return BTA_FS_CO_FAIL; in bta_fs_co_access()
614 return BTA_FS_CO_FAIL; in bta_fs_co_access()
647 status = BTA_FS_CO_FAIL; in bta_fs_co_mkdir()
697 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