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

  /external/bluetooth/bluez/src/
sdpd-request.c 181 bt_put_unaligned(ntohs(bt_get_unaligned((uint16_t *)p)), (uint16_t *)&aid->uint16);
185 bt_put_unaligned(ntohs(bt_get_unaligned((uint16_t *)p)), (uint16_t *)pElem);
204 bt_put_unaligned(ntohl(bt_get_unaligned((uint32_t *)p)), (uint32_t *)&aid->uint32);
208 bt_put_unaligned(ntohl(bt_get_unaligned((uint32_t *)p)), (uint32_t *)pElem);
413 bt_put_unaligned(0, (uint16_t *)pdata);
419 bt_put_unaligned(0, (uint16_t *)pdata);
436 bt_put_unaligned(htonl(rec->handle), (uint32_t *)pdata);
445 bt_put_unaligned(htons(rsp_count), (uint16_t *)pTotalRecordCount);
446 bt_put_unaligned(htons(rsp_count), (uint16_t *)pCurrentRecordCount);
501 bt_put_unaligned(bt_get_unaligned((uint32_t *)(pCacheBuffer + i * sizeof(uint32_t))), (uint32_t *)pdata)
    [all...]
sdpd-service.c 453 bt_put_unaligned(htonl(rec->handle), (uint32_t *) rsp->data);
459 bt_put_unaligned(htons(SDP_INVALID_SYNTAX), (uint16_t *) rsp->data);
502 bt_put_unaligned(htons(status), (uint16_t *) p);
532 bt_put_unaligned(htons(status), (uint16_t *) p);
  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 105 #define bt_put_unaligned(val, ptr) do { struct __attribute__((packed)) { typeof(*(ptr)) __v; } *__p = (void *) (ptr); __p->__v = (val); } while(0) macro
  /external/bluetooth/bluez/attrib/
att.h 191 bt_put_unaligned(src, (uint8_t *) dst);
196 bt_put_unaligned(htobs(src), (uint16_t *) dst);
201 bt_put_unaligned(htobl(src), (uint32_t *) dst);
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 121 #define bt_put_unaligned(val, ptr) \ macro
  /external/bluetooth/bluez/lib/
sdp.c 627 bt_put_unaligned(htons(length), (uint16_t *) ptr);
633 bt_put_unaligned(htonl(length), (uint32_t *) ptr);
690 bt_put_unaligned(htons(attr), (uint16_t *) p);
    [all...]

Completed in 48 milliseconds