HomeSort by relevance Sort by last modified time
    Searched refs:mcap_md_sync_info_ind (Results 1 - 2 of 2) 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:__anon1581
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:

Completed in 21 milliseconds