Searched refs:bt_malloc (Results 1 – 5 of 5) sorted by relevance
53 char *str = bt_malloc(18); in batostr()67 bdaddr_t *ba = bt_malloc(sizeof(*ba)); in strtoba()179 void *bt_malloc(size_t size) in bt_malloc() function
197 char *str = bt_malloc(50); in hci_dflagstostr()306 char *s, *str = bt_malloc(50); in hci_lmtostr()616 str = bt_malloc(size); in hci_commandstostr()781 str = bt_malloc(size); in lmp_featurestostr()
2681 uuid_t *uuid128 = bt_malloc(sizeof(uuid_t)); in sdp_uuid_to_uuid128()
161 void *bt_malloc(size_t size);
1141 Fix malloc() versus bt_malloc() usage.