Advertisement
Atari800xl

Untitled

Dec 8th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. system/bt/btif/src/btif_hf.c:631:44: error: no member named 'bind_cb' in 'bthf_callbacks_t'
  2. HAL_CBACK(bt_hf_callbacks, bind_cb,p_data->val.str,
  3. ~~~~~~~~~~~~~~~ ^
  4. system/bt/btif/../btif/include/btif_common.h:73:23: note: expanded from macro 'HAL_CBACK'
  5. if (P_CB && P_CB->P_CBACK) { \
  6. ~~~~ ^
  7. system/bt/btif/src/btif_hf.c:631:44: error: no member named 'bind_cb' in 'bthf_callbacks_t'
  8. HAL_CBACK(bt_hf_callbacks, bind_cb,p_data->val.str,
  9. ~~~~~~~~~~~~~~~ ^
  10. system/bt/btif/../btif/include/btif_common.h:75:15: note: expanded from macro 'HAL_CBACK'
  11. P_CB->P_CBACK(__VA_ARGS__); \
  12. ~~~~ ^
  13. system/bt/btif/src/btif_hf.c:639:44: error: no member named 'biev_cb' in 'bthf_callbacks_t'
  14. HAL_CBACK(bt_hf_callbacks, biev_cb, (bthf_hf_ind_type_t)p_data->val.lidx, (int)p_data->val.num,
  15. ~~~~~~~~~~~~~~~ ^
  16. system/bt/btif/../btif/include/btif_common.h:73:23: note: expanded from macro 'HAL_CBACK'
  17. if (P_CB && P_CB->P_CBACK) { \
  18. ~~~~ ^
  19. system/bt/btif/src/btif_hf.c:639:44: error: no member named 'biev_cb' in 'bthf_callbacks_t'
  20. HAL_CBACK(bt_hf_callbacks, biev_cb, (bthf_hf_ind_type_t)p_data->val.lidx, (int)p_data->val.num,
  21. ~~~~~~~~~~~~~~~ ^
  22. system/bt/btif/../btif/include/btif_common.h:75:15: note: expanded from macro 'HAL_CBACK'
  23. P_CB->P_CBACK(__VA_ARGS__); \
  24. ~~~~ ^
  25. system/bt/btif/src/btif_hf.c:639:54: error: use of undeclared identifier 'bthf_hf_ind_type_t'
  26. HAL_CBACK(bt_hf_callbacks, biev_cb, (bthf_hf_ind_type_t)p_data->val.lidx, (int)p_data->val.num,
  27. ^
  28. system/bt/btif/src/btif_hf.c:1136:34: error: unknown type name 'bthf_hf_ind_type_t'; did you mean 'bthf_chld_type_t'?
  29. static bt_status_t bind_response(bthf_hf_ind_type_t ind_id, bthf_hf_ind_status_t ind_status,
  30. ^~~~~~~~~~~~~~~~~~
  31. bthf_chld_type_t
  32. hardware/libhardware/include/hardware/bt_hf.h:75:3: note: 'bthf_chld_type_t' declared here
  33. } bthf_chld_type_t;
  34. ^
  35. system/bt/btif/src/btif_hf.c:1136:61: error: unknown type name 'bthf_hf_ind_status_t'
  36. static bt_status_t bind_response(bthf_hf_ind_type_t ind_id, bthf_hf_ind_status_t ind_status,
  37. ^
  38. system/bt/btif/src/btif_hf.c:1148:43: error: use of undeclared identifier 'BTHF_HF_IND_ENABLED'
  39. ag_res.ind.on_demand = (ind_status == BTHF_HF_IND_ENABLED);
  40. ^
  41. 8 errors generated.
  42. build/core/binary.mk:1005: recipe for target '/home/stuart/abc/out/target/product/hammerhead/obj/STATIC_LIBRARIES/libbtif_intermediates/src/btif_hf.o' failed
  43. make: *** [/home/stuart/abc/out/target/product/hammerhead/obj/STATIC_LIBRARIES/libbtif_intermediates/src/btif_hf.o] Error 1
  44. make: *** Waiting for unfinished jobs....
  45. target thumb C: libbtif <= system/bt/btif/src/btif_hl.c
  46.  
  47. #### make failed to build some targets (08:03 (mm:ss)) ####
  48.  
  49. stuart@yamaha ~/abc $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement