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

  /external/bluetooth/bluez/health/
mcap.h 118 } __attribute__ ((packed)) mcap_rsp; typedef in typeref:struct:__anon1575
mcap.c 352 mcap_rsp *cmd;
360 cmd = g_malloc(sizeof(mcap_rsp) + len);
368 sent = mcap_send_data(sock, cmd, sizeof(mcap_rsp) + len);
1269 static gboolean check_err_rsp(struct mcap_mcl *mcl, mcap_rsp *rsp,
1284 if (rlen < sizeof(mcap_rsp) || (mcl->lcmd[0] + 1) != rsp->op) {
1328 mcap_rsp *rsp, uint32_t len)
1339 close = check_err_rsp(mcl, rsp, len, sizeof(mcap_rsp) + 1, &gerr);
1368 mcap_rsp *rsp, uint32_t len)
1377 close = check_err_rsp(mcl, rsp, len, sizeof(mcap_rsp), &gerr);
1403 mcap_rsp *rsp, uint32_t len
    [all...]

Completed in 17 milliseconds