Searched refs:rd_data (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
H A Dhidp.h50 uint8_t *rd_data; /* Report descriptor data */ member in struct:hidp_connadd_req
/external/bluetooth/bluez/compat/
H A Dsdp.c110 sprintf(desc + (i * 2), "%2.2X", req->rd_data[i]);
167 req->rd_data = malloc(req->rd_size);
168 if (!req->rd_data) {
176 req->rd_data[i] = (uint8_t) strtol(tmp, NULL, 16);
285 req->rd_data = malloc(pdlist->unitSize);
286 if (req->rd_data) {
287 memcpy(req->rd_data, (unsigned char *) pdlist->val.str, pdlist->unitSize);
289 epox_endian_quirk(req->rd_data, req->rd_size);
H A Dhidd.c343 free(req.rd_data);
/external/bluetooth/bluez/input/
H A Ddevice.c520 req->rd_data = g_try_malloc0(pdlist->unitSize);
521 if (req->rd_data) {
522 memcpy(req->rd_data, (unsigned char *) pdlist->val.str,
525 epox_endian_quirk(req->rd_data, req->rd_size);
567 free(req->rd_data);
641 free(req->rd_data);

Completed in 174 milliseconds