Searched refs:btohl (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | bluetooth.h | 102 #define btohl(d) (d) macro 107 #define btohl(d) bswap_32(d) macro
|
/external/bluetooth/hcidump/parser/ |
D | hci.c | 1026 printf("bdaddr %s passkey %d\n", addr, btohl(cp->passkey)); in user_passkey_reply_dump() 1192 printf("Token rate: %d\n", btohl(cp->qos.token_rate)); in qos_setup_dump() 1194 printf("Peak bandwith: %d\n", btohl(cp->qos.peak_bandwidth)); in qos_setup_dump() 1196 printf("Latency: %d\n", btohl(cp->qos.latency)); in qos_setup_dump() 1198 printf("Delay variation: %d\n", btohl(cp->qos.delay_variation)); in qos_setup_dump() 2569 btohl(rp->clock), btohs(rp->accuracy)); in read_clock_dump() 2590 btohl(rp->total_bandwidth), in read_local_amp_info_dump() 2591 btohl(rp->max_guaranteed_bandwidth)); in read_local_amp_info_dump() 2594 btohl(rp->min_latency), btohl(rp->max_pdu_size), in read_local_amp_info_dump() 2601 btohl(rp->max_flush_timeout), in read_local_amp_info_dump() [all …]
|
D | bpa.c | 44 #define BPA_U32(frm) (btohl(htonl(get_u32(frm))))
|
D | ppp.c | 39 #define PPP_U32(frm) (btohl(htonl(get_u32(frm))))
|
D | capi.c | 44 #define CAPI_U32(frm) (btohl(htonl(get_u32(frm))))
|
D | l2cap.c | 208 return btohl(bt_get_unaligned((uint32_t *) ptr)); in get_val()
|
D | lmp.c | 41 #define LMP_U32(frm) (btohl(htonl(get_u32(frm))))
|
/external/bluetooth/bluez/test/ |
D | l2test.c | 691 sq = btohl(*(uint32_t *) buf); in recv_mode() 950 printf("Extended feature mask is 0x%04x\n", btohl(mask)); in info_request() 1000 printf("Fixed channels list is 0x%04x\n", btohl(channels)); in info_request()
|
D | rctest.c | 454 sq = btohl(*(uint32_t *) buf); in recv_mode()
|
/external/bluetooth/bluez/attrib/ |
D | att.h | 176 return btohl(bt_get_unaligned(u32_ptr)); in att_get_u32()
|
/external/bluetooth/hcidump/src/ |
D | hcidump.c | 441 frm.ts.tv_sec = btohl(dh.ts_sec); in read_dump() 442 frm.ts.tv_usec = btohl(dh.ts_usec); in read_dump()
|
/external/bluetooth/bluez/plugins/ |
D | hciops.c | 1141 btohl(req->passkey)) == 0) in user_confirm_request() 1169 btohl(req->passkey)); in user_passkey_notify()
|
D | mgmtops.c | 660 btohl(ev->value)); in mgmt_user_confirm_request()
|
/external/bluetooth/bluez/tools/ |
D | hcitool.c | 2288 printf("Clock: 0x%4.4x\n", btohl(clock)); in cmd_clock()
|