HomeSort by relevance Sort by last modified time
    Searched refs:BTA_FS_CO_EACCES (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 194 return BTA_FS_CO_EACCES;
380 status = BTA_FS_CO_EACCES;
551 ** [BTA_FS_CO_EACCES if permissions are wrong]
662 ** [BTA_FS_CO_EACCES if read-only]
745 status = BTA_FS_CO_EACCES;
768 ** [BTA_FS_CO_EACCES if read-only]
814 status = BTA_FS_CO_EACCES;
953 co_status = BTA_FS_CO_EACCES;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_fs_co.h 66 #define BTA_FS_CO_EACCES GOEP_EACCES
431 ** [BTA_FS_CO_EACCES if permissions are wrong]
472 ** [BTA_FS_CO_EACCES if read-only]
493 ** [BTA_FS_CO_EACCES if read-only]
548 ** [BTA_FS_CO_EACCES if p_dest_path already exists or could not be created (invalid path);
571 ** [BTA_FS_CO_EACCES if p_dest_path already exists or could not be created (invalid path);
593 ** [BTA_FS_CO_EACCES if p_dest_path already exists or could not be created (invalid path);

Completed in 1796 milliseconds