Searched refs:init (Results 1 - 4 of 4) sorted by relevance
/vendor/hihope/dayu210/bluetooth/include/ |
H A D | bt_vendor_lib.h | 141 /* notifies caller result of init request */ 167 int (*init)(const bt_vendor_callbacks_t* p_cb, unsigned char* local_bdaddr); member
|
/vendor/hihope/rk3568/bluetooth/include/ |
H A D | bt_vendor_lib.h | 141 /* notifies caller result of init request */ 167 int (*init)(const bt_vendor_callbacks_t* p_cb, unsigned char* local_bdaddr); member
|
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | bt_vendor_brcm.c | 102 static int init(const bt_vendor_callbacks_t *p_cb, unsigned char *local_bdaddr) in init() function 104 HILOGI("init, bdaddr:%02x%02x:%02x%02x:%02x%02x", local_bdaddr[0], local_bdaddr[1], local_bdaddr[2], in init() 108 HILOGE("init failed with no user callbacks!"); in init() 217 init,
|
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | bt_vendor_brcm.c | 102 static int init(const bt_vendor_callbacks_t *p_cb, unsigned char *local_bdaddr) in init() function 104 HILOGI("init, bdaddr:%02x%02x:%02x%02x:%02x%02x", local_bdaddr[0], local_bdaddr[1], local_bdaddr[2], in init() 108 HILOGE("init failed with no user callbacks!"); in init() 217 init,
|
Completed in 2 milliseconds