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

  /external/bluetooth/bluez/health/
mcap.h 61 #define MCAP_MD_SYNC_INFO_IND 0x15
163 } __attribute__ ((packed)) mcap_md_sync_info_ind; typedef in typeref:struct:__anon1977
mcap_sync.c 518 mcap_md_sync_info_ind *cmd;
535 cmd = g_new0(mcap_md_sync_info_ind, 1);
537 cmd->op = MCAP_MD_SYNC_INFO_IND;
857 mcap_md_sync_info_ind *req;
866 if (len != sizeof(mcap_md_sync_info_ind))
869 req = (mcap_md_sync_info_ind *) cmd;
911 case MCAP_MD_SYNC_INFO_IND:
mcap.c     [all...]

Completed in 1437 milliseconds