Searched refs:bt_malloc (Results 1 – 5 of 5) sorted by relevance
53 char *str = bt_malloc(18); in batostr()69 uint8_t *ba = bt_malloc(sizeof(bdaddr_t)); in strtoba()201 void *bt_malloc(size_t size) in bt_malloc() function
196 char *str = bt_malloc(50); in hci_dflagstostr()305 char *s, *str = bt_malloc(50); in hci_lmtostr()615 str = bt_malloc(size); in hci_commandstostr()779 str = bt_malloc(size); in lmp_featurestostr()
2702 uuid_t *uuid128 = bt_malloc(sizeof(uuid_t)); in sdp_uuid_to_uuid128()
150 void *bt_malloc(size_t size);
915 Fix malloc() versus bt_malloc() usage.