#define KG_PACKET_ID_CMD_BLUETOOTH_GET_MODE 0x01 #define KG_PACKET_ID_CMD_BLUETOOTH_SET_MODE 0x02 #define KG_PACKET_ID_CMD_BLUETOOTH_RESET 0x03 #define KG_PACKET_ID ...
… in coex scenario. Added a new command cmd_send_traffic and a timer(g_l2cap_send_timer), and then let ble send data traffic process to be processed in this timer cb function(g_l2cap_send_timer_cb), ...