Home
last modified time | relevance | path

Searched refs:bt_malloc (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/lib/
Dbluetooth.c53 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
Dhci.c197 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()
Dsdp.c2681 uuid_t *uuid128 = bt_malloc(sizeof(uuid_t)); in sdp_uuid_to_uuid128()
/external/bluetooth/bluez/lib/bluetooth/
Dbluetooth.h161 void *bt_malloc(size_t size);
/external/bluetooth/bluez/
DChangeLog1141 Fix malloc() versus bt_malloc() usage.