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()
69 uint8_t *ba = bt_malloc(sizeof(bdaddr_t)); in strtoba()
201 void *bt_malloc(size_t size) in bt_malloc() function
Dhci.c196 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()
Dsdp.c2702 uuid_t *uuid128 = bt_malloc(sizeof(uuid_t)); in sdp_uuid_to_uuid128()
/external/bluetooth/bluez/lib/bluetooth/
Dbluetooth.h150 void *bt_malloc(size_t size);
/external/bluetooth/bluez/
DChangeLog915 Fix malloc() versus bt_malloc() usage.