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

/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dbluetooth.h105 #define bt_put_unaligned(val, ptr) do { struct __attribute__((packed)) { typeof(*(ptr)) __v; } *__p = (void *) (ptr); __p->__v = (val); } while(0) macro

Completed in 47 milliseconds