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

  /external/bluetooth/bluez/health/
mcap_internal.h 101 uint8_t *lcmd; /* Last command sent */ member in struct:mcap_mcl
mcap.c 202 mcl->lcmd = cmd;
290 if (!con || !mcl->lcmd)
293 switch (mcl->lcmd[0]) {
330 g_free(mcl->lcmd);
331 mcl->lcmd = NULL;
733 if (mcl->lcmd) {
734 g_free(mcl->lcmd);
735 mcl->lcmd = NULL;
1272 mcap_md_req *cmdlast = (mcap_md_req *) mcl->lcmd;
1284 if (rlen < sizeof(mcap_rsp) || (mcl->lcmd[0] + 1) != rsp->op)
    [all...]
  /external/svox/pico/lib/
picopr.c 1309 picoos_uint8 lcmd; local
    [all...]

Completed in 64 milliseconds