Loading system/bta/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ cc_defaults { cc_library_static { name: "libbt-bta", defaults: ["fluoride_bta_defaults"], cflags: ["-Wno-implicit-fallthrough"], srcs: [ "ag/bta_ag_act.cc", "ag/bta_ag_api.cc", Loading system/bta/dm/bta_dm_act.cc +1 −1 Original line number Diff line number Diff line Loading @@ -2507,7 +2507,7 @@ static uint8_t bta_dm_sp_cback(tBTM_SP_EVT event, tBTM_SP_EVT_DATA* p_data) { sec_event.cfm_req.loc_io_caps = p_data->cfm_req.loc_io_caps; sec_event.cfm_req.rmt_io_caps = p_data->cfm_req.rmt_io_caps; /* continue to next case */ [[fallthrough]]; /* Passkey entry mode, mobile device with output capability is very unlikely to receive key request, so skip this event */ /*case BTM_SP_KEY_REQ_EVT: */ Loading system/bta/hd/bta_hd_act.cc +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ static bool check_descriptor(uint8_t* data, uint16_t length, case 0x85: // Report ID *has_report_id = TRUE; [[fallthrough]]; default: ptr += (item & 0x03); break; Loading system/bta/hf_client/bta_hf_client_sco.cc +2 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,8 @@ static void bta_hf_client_sco_event(tBTA_HF_CLIENT_CB* client_cb, case BTA_HF_CLIENT_SCO_LISTEN_E: /* create SCO listen connection */ bta_hf_client_sco_create(client_cb, false); /* TODO(b/143901894): Is this correct? */ [[fallthrough]]; case BTA_HF_CLIENT_SCO_OPEN_E: /* remove listening connection */ Loading system/btif/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,6 @@ cc_library_static { ], cflags: [ "-DBUILDCFG", "-Wno-implicit-fallthrough", ], } Loading Loading
system/bta/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ cc_defaults { cc_library_static { name: "libbt-bta", defaults: ["fluoride_bta_defaults"], cflags: ["-Wno-implicit-fallthrough"], srcs: [ "ag/bta_ag_act.cc", "ag/bta_ag_api.cc", Loading
system/bta/dm/bta_dm_act.cc +1 −1 Original line number Diff line number Diff line Loading @@ -2507,7 +2507,7 @@ static uint8_t bta_dm_sp_cback(tBTM_SP_EVT event, tBTM_SP_EVT_DATA* p_data) { sec_event.cfm_req.loc_io_caps = p_data->cfm_req.loc_io_caps; sec_event.cfm_req.rmt_io_caps = p_data->cfm_req.rmt_io_caps; /* continue to next case */ [[fallthrough]]; /* Passkey entry mode, mobile device with output capability is very unlikely to receive key request, so skip this event */ /*case BTM_SP_KEY_REQ_EVT: */ Loading
system/bta/hd/bta_hd_act.cc +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ static bool check_descriptor(uint8_t* data, uint16_t length, case 0x85: // Report ID *has_report_id = TRUE; [[fallthrough]]; default: ptr += (item & 0x03); break; Loading
system/bta/hf_client/bta_hf_client_sco.cc +2 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,8 @@ static void bta_hf_client_sco_event(tBTA_HF_CLIENT_CB* client_cb, case BTA_HF_CLIENT_SCO_LISTEN_E: /* create SCO listen connection */ bta_hf_client_sco_create(client_cb, false); /* TODO(b/143901894): Is this correct? */ [[fallthrough]]; case BTA_HF_CLIENT_SCO_OPEN_E: /* remove listening connection */ Loading
system/btif/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,6 @@ cc_library_static { ], cflags: [ "-DBUILDCFG", "-Wno-implicit-fallthrough", ], } Loading