Loading system/stack/l2cap/l2c_ble.c +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ #include "hcimsgs.h" #include "device/include/controller.h" #include "stack_config.h" #include "log/log.h" #if (BLE_INCLUDED == TRUE) Loading Loading @@ -829,6 +830,10 @@ void l2cble_process_sig_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len) break; case L2CAP_CMD_DISC_REQ: if (p + 4 >= p_pkt_end) { android_errorWriteLog(0x534e4554, "63146237"); return; } STREAM_TO_UINT16 (lcid, p); STREAM_TO_UINT16 (rcid, p); Loading Loading
system/stack/l2cap/l2c_ble.c +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ #include "hcimsgs.h" #include "device/include/controller.h" #include "stack_config.h" #include "log/log.h" #if (BLE_INCLUDED == TRUE) Loading Loading @@ -829,6 +830,10 @@ void l2cble_process_sig_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len) break; case L2CAP_CMD_DISC_REQ: if (p + 4 >= p_pkt_end) { android_errorWriteLog(0x534e4554, "63146237"); return; } STREAM_TO_UINT16 (lcid, p); STREAM_TO_UINT16 (rcid, p); Loading