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

  /external/bluetooth/bluez/audio/
liba2dp.c 501 struct bt_set_configuration_req *setconf_req = (void*) buf; local
527 memset(setconf_req, 0, BT_SUGGESTED_BUFFER_SIZE);
528 setconf_req->h.type = BT_REQUEST;
529 setconf_req->h.name = BT_SET_CONFIGURATION;
530 setconf_req->h.length = sizeof(*setconf_req);
531 memcpy(&setconf_req->codec, &data->sbc_capabilities,
534 setconf_req->codec.transport = BT_CAPABILITIES_TRANSPORT_A2DP;
535 setconf_req->codec.length = sizeof(data->sbc_capabilities);
536 setconf_req->h.length += setconf_req->codec.length - sizeof(setconf_req->codec)
    [all...]
avdtp.c 225 struct setconf_req { struct
263 struct setconf_req { struct
1346 struct setconf_req *req, unsigned int size)
1356 if (size < sizeof(struct setconf_req)) {
1401 size - sizeof(struct setconf_req),
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 605 struct bt_set_configuration_req setconf_req; member in union:__anon1794
617 msg.setconf_req.h.type = BT_REQUEST;
618 msg.setconf_req.h.name = BT_SET_CONFIGURATION;
619 msg.setconf_req.h.length = sizeof(msg.setconf_req);
622 memcpy(&msg.setconf_req.codec, &u->a2dp.sbc_capabilities,
624 msg.setconf_req.h.length += msg.setconf_req.codec.length -
625 sizeof(msg.setconf_req.codec);
627 msg.setconf_req.codec.transport = BT_CAPABILITIES_TRANSPORT_SCO
    [all...]

Completed in 58 milliseconds